File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 247247# The name of an image file (within the static path) to use as favicon of the
248248# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
249249# pixels large.
250- html_favicon = "_static/favicon.ico"
250+ # html_favicon = "_static/favicon.ico"
251251
252252# Add any paths that contain custom static files (such as style sheets) here,
253253# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ $PIP freeze
1818
1919# Use the sphinx matching the venv we are in using SPHINXBUILD
2020VENV_SPHINX_BUILD=' ../venv_imaspy/bin/sphinx-build'
21+ # Instruct sphinx to treat all warnings as errors
22+ export SPHINXOPTS=' -W --keep-going'
2123make -C docs html SPHINXBUILD=" $PYTHON $VENV_SPHINX_BUILD "
You can’t perform that action at this time.
0 commit comments