Skip to content

Commit

Permalink
Update examples again
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Aug 9, 2023
1 parent b86086b commit c103869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ changedir = docs
description = Invoke sphinx-build to build the HTML docs
extras = docs
commands =
pip uninstall -y pytest
pip freeze --all --no-input
sphinx-build --color -W --keep-going -b html -d _build/.doctrees . _build/html {posargs}
python -c 'import pathlib; print("Documentation available under file://\{0\}".format(pathlib.Path(r"{toxinidir}") / "docs" / "_build" / "index.html"))'
Expand Down

0 comments on commit c103869

Please sign in to comment.