aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-09-13 12:21:52 -0400
committerPaul Ganssle <paul@ganssle.io>2018-09-13 12:21:52 -0400
commit0243f763cf755cfd99fcfdb611fcd8b6f5c08d0c (patch)
treea090d1a94297153ed5a1cf459537328be31b9a38 /docs
parent49690ee611c20de036cd21a83eb90a4e3f703c7d (diff)
downloaddateutil-0243f763cf755cfd99fcfdb611fcd8b6f5c08d0c.tar.gz
Pin sphinx to <1.8.0 for docs build
Sphinx made some sort of type annotation related change that is throwing a warning for `rrule.rrulestr` which is a callable object defined in a closure rather than a Python function object. Until they fix this bug, we'll pin to the previous version of Sphinx.
Diffstat (limited to 'docs')
-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 0f5e691..932d032 100644
--- a/docs/requirements-docs.txt
+++ b/docs/requirements-docs.txt
@@ -1,3 +1,3 @@
-Sphinx>=1.7.3,<2
+Sphinx>=1.7.3,<1.8.0 # Type annotation bug
sphinx_rtd_theme>=0.3.0
readme-renderer>=21.0