Skip to content

Commit

Permalink
Fix: indentation in docs Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser authored and volcacius committed Dec 8, 2023
1 parent 5f912b3 commit bb38990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ help:
.PHONY: help Makefile

github:
@make html
@cp -a build/html/. ../docs
@make html
@cp -a build/html/. ../docs

livehtml:
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Expand Down

0 comments on commit bb38990

Please sign in to comment.