Skip to content

Commit ac347f3

Browse files
committed
Update config files.
1 parent 4876287 commit ac347f3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33

44
language: python
5-
dist: xenial
5+
dist: focal
66
cache: pip
77
python:
88
- '3.6'
@@ -11,6 +11,7 @@ python:
1111
- 'pypy3'
1212
- '3.9-dev'
1313

14+
arch: amd64
1415
install:
1516

1617
- pip install --upgrade pip
@@ -31,6 +32,14 @@ stages:
3132

3233
jobs:
3334
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+
3443
- stage: deploy_pypi
3544
python: "3.6"
3645
script: skip

doc-source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,11 @@
102102
"flag",
103103
"confval",
104104
"directive",
105+
"role",
105106
"confval",
106107
"protocol",
107108
"typeddict",
109+
"namedtuple",
108110
}
109111

110112
add_module_names = False

doc-source/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
autodocsumm>=0.2.0
2-
default_values>=0.0.11
2+
default_values>=0.2.0
33
domdf_sphinx_theme>=0.1.0
44
extras_require>=0.2.0
55
seed_intersphinx_mapping>=0.1.1
@@ -8,7 +8,7 @@ sphinx-copybutton>=0.2.12
88
sphinx-notfound-page>=0.5
99
sphinx-prompt>=1.1.0
1010
sphinx-tabs>=1.1.13
11-
sphinx-toolbox>=0.7.0
11+
sphinx-toolbox>=0.8.1
1212
sphinxcontrib-httpdomain>=1.7.0
1313
sphinxemoji>=0.1.6
1414
toctree_plus>=0.0.4

0 commit comments

Comments
 (0)