File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 name : Build documentation
1919 command : |
2020 cd doc
21- make html
21+ make html-strict
2222
2323 - store_artifacts :
24- path : doc/build /html/
24+ path : doc/_build /html/
2525 destination : html
2626
2727
Original file line number Diff line number Diff line change 1616# Catch-all target: route all unknown targets to Sphinx using the new
1717# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1818% : Makefile
19- @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
19+ @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20+
21+ # raise warnings to errors
22+ html-strict :
23+ @$(SPHINXBUILD ) -b html -nW --keep-going " $( SOURCEDIR) " " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O )
24+
25+ clean :
26+ rm -r $(BUILDDIR )
You can’t perform that action at this time.
0 commit comments