Skip to content

Commit

Permalink
Merge pull request #847 from consideRatio/pr/trivial-updates
Browse files Browse the repository at this point in the history
docs infra: update Makefile to match noxfile
  • Loading branch information
consideRatio authored Apr 18, 2024
2 parents 36f8ce8 + cc38fd6 commit 610fa6e
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 610fa6e

Please sign in to comment.