aboutsummaryrefslogtreecommitdiff
path: root/docs/requirements-docs.txt
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-09-19 09:16:11 -0400
committerPaul Ganssle <paul@ganssle.io>2018-09-19 09:16:11 -0400
commitfd223d26711c574ea6fd094aab6c9734f4f2f2c9 (patch)
treea034da72d2ba972cd0ea3701ed35616ccb65e684 /docs/requirements-docs.txt
parentf0af9cd8110d078f193fee183cce00df6dabc38b (diff)
downloaddateutil-fd223d26711c574ea6fd094aab6c9734f4f2f2c9.tar.gz
Change sphinx pin to != 1.8.0
The callable function typing issue should be fixed in sphinx commit bbb4593bfaa65611b6bd600c5, so the next release after 1.8.0 should contain the fix. Fixed in GH sphinx-doc/sphinx#5431 https://github.com/sphinx-doc/sphinx/commit/bbb4593bfaa65611b6bd600c5e37c4c54af87f1a
Diffstat (limited to 'docs/requirements-docs.txt')
-rw-r--r--docs/requirements-docs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
index 932d032..bff9cae 100644
--- a/docs/requirements-docs.txt
+++ b/docs/requirements-docs.txt
@@ -1,3 +1,3 @@
-Sphinx>=1.7.3,<1.8.0 # Type annotation bug
+Sphinx>=1.7.3,!=1.8.0
sphinx_rtd_theme>=0.3.0
readme-renderer>=21.0