File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66Unreleased
77==========
88- Removed redundant ``--jobs auto `` definition
9+ - Turned off treating warnings as errors in authoring mode using the
10+ ``-W `` option, only use it in CI workflows.
911
10122.1.6 - 2025/12/23
1113==================
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ SPHINXAUTOBUILD = $(ENV_DIR)/bin/sphinx-autobuild
5353AUTOBUILD_OPTS = --watch $(TOP_DIR ) --re-ignore '^(?!.+\.(?:rst|md|mmd|html|css|js|py|conf)$$)' --open-browser --delay 0
5454BUILD_DIR = $(LOCAL_DIR ) /.build
5555SPHINX_ARGS = . $(BUILD_DIR )
56- SPHINX_OPTS = -W - n --jobs auto
57- SPHINX_OPTS_CI = --keep-going
56+ SPHINX_OPTS = -n --jobs auto
57+ SPHINX_OPTS_CI = -W - -keep-going
5858RST2HTML = $(ENV_DIR ) /bin/rst2html.py
5959TELEMETRY_DIR = $(LOCAL_DIR ) /telemetry
6060VALE_VERSION = 2.6.7
You can’t perform that action at this time.
0 commit comments