We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3797144 commit 2c6cfc9Copy full SHA for 2c6cfc9
3 files changed
docs/Makefile
docs/make.bat
tox.ini
@@ -30,9 +30,7 @@ commands = pyclean {posargs:. --debris --erase docs/_build/**/* docs/_build/ tes
30
description = Build package documentation (HTML)
31
skip_install = true
32
deps = sphinx
33
-changedir = docs
34
-commands = make html
35
-allowlist_externals = make
+commands = sphinx-build -M html docs docs/_build
36
37
[testenv:format]
38
description = Ensure consistent code style (Ruff)
0 commit comments