Skip to content

Commit

Permalink
fix: sphinx doc (remove tests directory)
Browse files Browse the repository at this point in the history
  • Loading branch information
data-corentinv committed May 30, 2024
1 parent 0336489 commit b206b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/documenters.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
document-api: ## Document the project API.
poetry run sphinx-apidoc -o docs/source/_api .
poetry run sphinx-apidoc -o docs/source/_api jax_utils

document-%: ## Document the project in format %.
poetry run sphinx-build -b $* docs/source docs/build
Expand Down

0 comments on commit b206b53

Please sign in to comment.