We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4c380 commit 467c748Copy full SHA for 467c748
tox.ini
@@ -43,7 +43,9 @@ commands = {envpython} -b -m coverage run -m pytest {posargs}
43
[testenv:docs]
44
# The tox config must match the ReadTheDocs config.
45
basepython = python3.11
46
-extras = docs
+extras =
47
+ docs
48
+ crypto: crypto
49
commands =
50
sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
51
sphinx-build -n -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
0 commit comments