Skip to content

Commit

Permalink
Use newer sphinx cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Oct 2, 2024
1 parent 8dfcc79 commit d404fc5
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 @@ -10,7 +10,7 @@ commands = pytest
[testenv:docs]
deps = .[dev]
whitelist_externals = python
commands = python setup.py build_sphinx
commands = sphinx-build -a -b html docs/source docs/build

[testenv:lint]
deps = pre-commit
Expand Down

0 comments on commit d404fc5

Please sign in to comment.