Skip to content

Commit

Permalink
docs: run apidoc for correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 29, 2023
1 parent 2167b53 commit 4246e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test:

.PHONY: docs
docs:
sphinx-apidoc -o docs sortedl1 ;\
sphinx-apidoc -o docs/source sortedl1 ;\
cd docs ;\
make html

Expand Down

0 comments on commit 4246e41

Please sign in to comment.