Skip to content

Commit

Permalink
[docs] fix make target (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninowalker committed Aug 31, 2024
1 parent 07fdc76 commit 2b7caf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ help:
@echo " docs : buidl sphinx documentation"

docs:
PY_TREES_DISABLE_COLORS=1 sphinx-build -E -b html doc doc/html
PY_TREES_DISABLE_COLORS=1 sphinx-build -E -b html docs docs/html

clean:
-rm -rf doc/html
-rm -rf docs/html

.PHONY: docs clean

0 comments on commit 2b7caf2

Please sign in to comment.