Skip to content

Commit e99eeb4

Browse files
committed
docs: Upgrade sphinx to 1.8
The bug that kept us on 1.7 was fixed in 1.8.2.
1 parent 15eebc4 commit e99eeb4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# https://bugs.python.org/issue34700
2-
sphinx<1.8.0
1+
sphinx>1.8.2
32
sphinx_rtd_theme
43
Twisted

maint/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pycares
1111
pycurl
1212

1313
# Other useful tools
14-
Sphinx<1.8.0
14+
Sphinx>1.8.2
1515
autopep8
1616
black
1717
coverage

maint/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ requests==2.20.0
4141
requests-toolbelt==0.8.0
4242
six==1.11.0
4343
snowballstemmer==1.2.1
44-
Sphinx==1.7.9
44+
Sphinx==1.8.3
4545
sphinx-rtd-theme==0.4.2
4646
sphinxcontrib-websupport==1.1.0
4747
toml==0.10.0

0 commit comments

Comments
 (0)