Skip to content

Commit

Permalink
Switch to sphinx-build
Browse files Browse the repository at this point in the history
The build_sphinx command has long since replaced with
sphinx-build.
  • Loading branch information
ericwb committed Sep 22, 2023
1 parent 02faada commit 13cf436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commands =
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
commands=
python setup.py build_sphinx
sphinx-build doc/source doc/build

[flake8]
# [H106] Don't put vim configuration in source files.
Expand Down

0 comments on commit 13cf436

Please sign in to comment.