Skip to content

Commit

Permalink
Fix docs-clean tox job (#1034)
Browse files Browse the repository at this point in the history
The API reference autosummary stubs are in `docs/source/apiref`, rather
than loose in `docs/apiref`.
  • Loading branch information
jakelishman authored Nov 29, 2023
1 parent a837f31 commit 4838d39
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 @@ -64,7 +64,7 @@ commands =
skip_install = true
deps =
allowlist_externals = rm
commands = rm -rf {toxinidir}/docs/build {toxinidir}/docs/apiref
commands = rm -rf {toxinidir}/docs/build {toxinidir}/docs/source/apiref

[testenv:black]
basepython = python3
Expand Down

0 comments on commit 4838d39

Please sign in to comment.