Skip to content

Commit

Permalink
configure sphinx warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Mar 22, 2023
1 parent 7e3d7a2 commit b133eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build:

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -j4
SPHINXOPTS = -j4 -W
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
Expand Down

0 comments on commit b133eff

Please sign in to comment.