Skip to content

Commit

Permalink
fix: move docutils deps to tox.ini (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Nov 5, 2022
1 parent 639eee7 commit 423b1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ docs = [
"sphinxcontrib-bibtex",
# fix https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/309
# "docutils>=0.19.1",
"docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3#egg=docutils&subdirectory=docutils",
#"docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3#egg=docutils&subdirectory=docutils",
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ commands =
[testenv:docs]
description = invoke sphinx-build to build the HTML docs
extras = docs
deps =
docutils @ git+https://github.com/docutils/docutils@17f69f54bc9872602b07320ad94ca4860556fae3#egg=docutils&subdirectory=docutils
commands =
make -C "{toxinidir}/docs" html
allowlist_externals =
Expand Down

0 comments on commit 423b1e5

Please sign in to comment.