Skip to content

Commit

Permalink
feat: treat Sphinx docs warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
behnazh committed Nov 21, 2023
1 parent d4544af commit 4e4f8bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=

# Treat the warnings as errors.
SPHINXOPTS ?= -W
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = _build
Expand Down

0 comments on commit 4e4f8bf

Please sign in to comment.