Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Sep 7, 2024
1 parent 7e4c380 commit 467c748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ commands = {envpython} -b -m coverage run -m pytest {posargs}
[testenv:docs]
# The tox config must match the ReadTheDocs config.
basepython = python3.11
extras = docs
extras =
docs
crypto: crypto
commands =
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -n -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
Expand Down

0 comments on commit 467c748

Please sign in to comment.