From e8b96509a84280f6c7bf5c5a348439430c4e8629 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Wed, 20 Sep 2023 15:09:38 -0400 Subject: [PATCH] Switch from 'sphinx-build -b' to 'sphinx-build -M' --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3ce2d31..8d2bc27 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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: