Skip to content

Commit

Permalink
docs infra: update Makefile to match noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 18, 2024
1 parent 36f8ce8 commit cc38fd6
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 @@ -20,4 +20,4 @@ help:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

live:
sphinx-autobuild --ignore */.github/* --ignore */tmp/* . _build/html/
sphinx-autobuild -b dirhtml --ignore "*/.github/*" --ignore "*/tmp/*" . _build/dirhtml/

0 comments on commit cc38fd6

Please sign in to comment.