diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-10 01:17:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 01:17:38 +0900 |
commit | eb944064db97c83edaed90c45bff821f4b225f2d (patch) | |
tree | 8397ae565ecd9580afe2c61eca167e0c3b2a7b16 | |
parent | 53d3c94d108c1b1b5c157eeac7bcd25532fe8e2f (diff) | |
parent | 025f26cd5dba57dfb6a8a036708da120001c6768 (diff) | |
download | sphinx-git-eb944064db97c83edaed90c45bff821f4b225f2d.tar.gz |
Merge pull request #9071 from ericholscher/pin-docutils
Pin Sphinx 3.x to docutils <0.17
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |