summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-04-10 01:17:38 +0900
committerGitHub <noreply@github.com>2021-04-10 01:17:38 +0900
commiteb944064db97c83edaed90c45bff821f4b225f2d (patch)
tree8397ae565ecd9580afe2c61eca167e0c3b2a7b16
parent53d3c94d108c1b1b5c157eeac7bcd25532fe8e2f (diff)
parent025f26cd5dba57dfb6a8a036708da120001c6768 (diff)
downloadsphinx-git-eb944064db97c83edaed90c45bff821f4b225f2d.tar.gz
Merge pull request #9071 from ericholscher/pin-docutils
Pin Sphinx 3.x to docutils <0.17
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dfc80578f..d528f738b 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ install_requires = [
'sphinxcontrib-qthelp',
'Jinja2>=2.3',
'Pygments>=2.0',
- 'docutils>=0.12',
+ 'docutils>=0.12,<0.17',
'snowballstemmer>=1.1',
'babel>=1.3',
'alabaster>=0.7,<0.8',