Skip to content

Commit 2c6cfc9

Browse files
committed
Execute sphinx-build directly, delete Makefile
1 parent 3797144 commit 2c6cfc9

3 files changed

Lines changed: 1 addition & 58 deletions

File tree

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ commands = pyclean {posargs:. --debris --erase docs/_build/**/* docs/_build/ tes
3030
description = Build package documentation (HTML)
3131
skip_install = true
3232
deps = sphinx
33-
changedir = docs
34-
commands = make html
35-
allowlist_externals = make
33+
commands = sphinx-build -M html docs docs/_build
3634

3735
[testenv:format]
3836
description = Ensure consistent code style (Ruff)

0 commit comments

Comments
 (0)