Build sphinx doc as part of ci

This commit is contained in:
Bastien Gérard
2020-11-06 21:42:12 +01:00
committed by Bastien Gerard
parent fd35df07c4
commit 0e9920b190
4 changed files with 36 additions and 10 deletions

View File

@@ -35,6 +35,12 @@ html:
@echo
@echo "Build finished. Check $(BUILDDIR)/html/index.html"
html-readthedocs:
$(SPHINXBUILD) -T -E -b readthedocs $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo