Skip to content

Commit 423b1e5

Browse files
authored
fix: move docutils deps to tox.ini (#1772)
1 parent 639eee7 commit 423b1e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ docs = [
9595
"sphinxcontrib-bibtex",
9696
# fix https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/309
9797
# "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",
9999
]
100100

101101
[tool.setuptools.packages.find]

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ commands =
1414
[testenv:docs]
1515
description = invoke sphinx-build to build the HTML docs
1616
extras = docs
17+
deps =
18+
docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3#egg=docutils&subdirectory=docutils
1719
commands =
1820
make -C "{toxinidir}/docs" html
1921
allowlist_externals =

0 commit comments

Comments
 (0)