Skip to content

Commit

Permalink
Switch from 'sphinx-build -b' to 'sphinx-build -M'
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer authored Sep 20, 2023
1 parent a226110 commit e8b9650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ _build/latex/hiperc.pdf: _build/latex/hiperc.tex
latexmk -cd $<

_build/html/indexy.html: _build/latex/hiperc.pdf
sphinx-build -b html . _build
sphinx-build -M html . _build

_build/html/index.html:
sphinx-build -b html . _build
sphinx-build -M html . _build

.PHONY: clean html pdf
clean:
Expand Down

0 comments on commit e8b9650

Please sign in to comment.