File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ docs = [
95
95
" sphinxcontrib-bibtex" ,
96
96
# fix https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/309
97
97
# "docutils>=0.19.1",
98
- " docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3#egg=docutils&subdirectory=docutils" ,
98
+ # "docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3#egg=docutils&subdirectory=docutils",
99
99
]
100
100
101
101
[tool .setuptools .packages .find ]
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ commands =
14
14
[testenv:docs]
15
15
description = invoke sphinx-build to build the HTML docs
16
16
extras = docs
17
+ deps =
18
+ docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3# egg=docutils&subdirectory=docutils
17
19
commands =
18
20
make -C " {toxinidir}/docs" html
19
21
allowlist_externals =
You can’t perform that action at this time.
0 commit comments