Unpin docutils

The old docutils bug (https://sourceforge.net/p/docutils/bugs/301/)
has been fixed.
This commit is contained in:
Sajith Sasidharan 2021-04-03 09:17:04 -04:00
parent 351146e91f
commit 015de73093
2 changed files with 0 additions and 3 deletions

0
newsfragments/3665.minor Normal file
View File

View File

@ -224,11 +224,8 @@ commands =
# your web browser.
[testenv:docs]
# we pin docutils because of https://sourceforge.net/p/docutils/bugs/301/
# which asserts when it reads links to .svg files (e.g. about.rst)
deps =
sphinx
docutils==0.12
recommonmark
sphinx_rtd_theme
# normal install is not needed for docs, and slows things down