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 5
5
PYTHON = python3
6
6
VENVDIR = ./venv
7
7
BUILDDIR = _build
8
- SPHINXOPTS =
8
+ SPHINXOPTS = -W --keep-going -n
9
9
SPHINXBUILD = $(VENVDIR ) /bin/sphinx-build
10
10
SPHINXLINT = $(VENVDIR ) /bin/sphinx-lint
11
11
PAPER =
Original file line number Diff line number Diff line change 40
40
# http://www.sphinx-doc.org/en/stable/config.html?highlight=linkcheck#confval-linkcheck_anchors_ignore
41
41
linkcheck_anchors_ignore = [
42
42
# match any anchor that starts with a '/' since this is an invalid HTML anchor
43
- '\/.*' ,
43
+ r '\/.*' ,
44
44
]
45
45
rediraffe_redirects = {
46
46
"clang.rst" : "advanced-tools/clang.rst" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ if not defined SPHINXLINT (
22
22
)
23
23
24
24
set BUILDDIR = _build
25
+ set SPHINXOPTS = -W --keep-going -n
25
26
set ALLSPHINXOPTS = -d %BUILDDIR% /doctrees %SPHINXOPTS% .
26
27
if NOT " %PAPER% " == " " (
27
28
set ALLSPHINXOPTS = -D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
You can’t perform that action at this time.
0 commit comments