File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55PYTHON = python3
66VENVDIR = ./venv
77BUILDDIR = _build
8- SPHINXOPTS =
8+ SPHINXOPTS = -W --keep-going -n
99SPHINXBUILD = $(VENVDIR ) /bin/sphinx-build
1010SPHINXLINT = $(VENVDIR ) /bin/sphinx-lint
1111PAPER =
Original file line number Diff line number Diff line change 4040# http://www.sphinx-doc.org/en/stable/config.html?highlight=linkcheck#confval-linkcheck_anchors_ignore
4141linkcheck_anchors_ignore = [
4242 # match any anchor that starts with a '/' since this is an invalid HTML anchor
43- '\/.*' ,
43+ r '\/.*' ,
4444]
4545rediraffe_redirects = {
4646 "clang.rst" : "advanced-tools/clang.rst" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ if not defined SPHINXLINT (
2222)
2323
2424set BUILDDIR = _build
25+ set SPHINXOPTS = -W --keep-going -n
2526set ALLSPHINXOPTS = -d %BUILDDIR% /doctrees %SPHINXOPTS% .
2627if NOT " %PAPER% " == " " (
2728 set ALLSPHINXOPTS = -D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
You can’t perform that action at this time.
0 commit comments