You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the sphinx-build is tested with the flag -W. This elevates warnings to errors.
I think eventually we should fix all of the reference errors in the docs and start testing the docs with -nW. The full test suite would then be:
$ sphinx-build -nW -b html -d docs/_build/doctrees docs/. docs/_build/html
We fail this test with small issues all over the place, and it's not worth throwing off our whole build process. But fixing these ref errors eventually is a good goal.
The text was updated successfully, but these errors were encountered:
Right now the sphinx-build is tested with the flag
-W
. This elevates warnings to errors.I think eventually we should fix all of the reference errors in the docs and start testing the docs with
-nW
. The full test suite would then be:We fail this test with small issues all over the place, and it's not worth throwing off our whole build process. But fixing these ref errors eventually is a good goal.
The text was updated successfully, but these errors were encountered: