File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 load_script=$(find . -maxdepth 1 -type f -name 'load_compass*.sh' | sort | tail -n 1)
115115 source "$load_script"
116116 cd docs
117- make html
117+ make html-strict
118118
119119 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
120120 name : Run Tests
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ BUILDDIR = _build
1212help :
1313 @$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
1414
15- .PHONY : help Makefile
15+ .PHONY : help html-strict Makefile
16+
17+ html-strict :
18+ @$(SPHINXBUILD ) -M html " $( SOURCEDIR) " " $( BUILDDIR) " -W $(SPHINXOPTS ) $(O )
1619
1720# Catch-all target: route all unknown targets to Sphinx using the new
1821# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
You can’t perform that action at this time.
0 commit comments