File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
language : python
5
- dist : xenial
5
+ dist : focal
6
6
cache : pip
7
7
python :
8
8
- ' 3.6'
@@ -11,6 +11,7 @@ python:
11
11
- ' pypy3'
12
12
- ' 3.9-dev'
13
13
14
+ arch : amd64
14
15
install :
15
16
16
17
- pip install --upgrade pip
@@ -31,6 +32,14 @@ stages:
31
32
32
33
jobs :
33
34
include :
35
+ - stage : test
36
+ dist : bionic
37
+ python : 3.9-dev
38
+
39
+ - stage : test
40
+ arch : arm64
41
+ python : 3.9-dev
42
+
34
43
- stage : deploy_pypi
35
44
python : " 3.6"
36
45
script : skip
Original file line number Diff line number Diff line change 102
102
"flag" ,
103
103
"confval" ,
104
104
"directive" ,
105
+ "role" ,
105
106
"confval" ,
106
107
"protocol" ,
107
108
"typeddict" ,
109
+ "namedtuple" ,
108
110
}
109
111
110
112
add_module_names = False
Original file line number Diff line number Diff line change 1
1
autodocsumm >= 0.2.0
2
- default_values >= 0.0.11
2
+ default_values >= 0.2.0
3
3
domdf_sphinx_theme >= 0.1.0
4
4
extras_require >= 0.2.0
5
5
seed_intersphinx_mapping >= 0.1.1
@@ -8,7 +8,7 @@ sphinx-copybutton>=0.2.12
8
8
sphinx-notfound-page >= 0.5
9
9
sphinx-prompt >= 1.1.0
10
10
sphinx-tabs >= 1.1.13
11
- sphinx-toolbox >= 0.7.0
11
+ sphinx-toolbox >= 0.8.1
12
12
sphinxcontrib-httpdomain >= 1.7.0
13
13
sphinxemoji >= 0.1.6
14
14
toctree_plus >= 0.0.4
You can’t perform that action at this time.
0 commit comments