Skip to content

Commit

Permalink
Update docs build target.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 11, 2023
1 parent db41730 commit 265d116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ commands =
towncrier {posargs}

[testenv:docs]
change_dir = docs
deps =
-r{toxinidir}/docs/requirements_docs.txt
commands =
python setup.py build_sphinx -W
python -m sphinx -W -b html . _build/html

[testenv:package]
deps =
check_manifest
wheel
twine
build
commands =
Expand Down

0 comments on commit 265d116

Please sign in to comment.