Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Apr 16, 2024
1 parent 1d150f8 commit c9ca160
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,8 @@ extras = docs
commands =
# remove autosummary output and cleanup
rm -rf {toxinidir}/doc/source/_neurom_build {toxinidir}/doc/build/*
sphinx-build -b doctest \
{toxinidir}/doc/source \
{toxinidir}/doc/build/doctest \
-d {toxinidir}/doc/build/doctrees \
-W
sphinx-build -b html \
{toxinidir}/doc/source \
{toxinidir}/doc/build/html \
-d {toxinidir}/doc/build/doctrees \
-W
sphinx-build -W -b doctest {toxinidir}/doc/source {toxinidir}/doc/build/doctest
sphinx-build -W -b html {toxinidir}/doc/source {toxinidir}/doc/build/html
allowlist_externals =
rm

Expand Down

0 comments on commit c9ca160

Please sign in to comment.