Skip to content

Commit

Permalink
Docs: Use Read the Docs SPHINXOPTS
Browse files Browse the repository at this point in the history
`-W --keep-going` will build everything but raise an error on any warnings.  Should mean that github actions will correctly flag a failure when attempting to build docs.  Including this current commit until the `internal_stats` command gets a help message.
  • Loading branch information
KrystalDelusion committed Sep 5, 2024
1 parent d567164 commit 17ee367
Showing 1 changed file with 1 addition and 1 deletion.
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 =
SPHINXOPTS = -W --keep-going
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
Expand Down

0 comments on commit 17ee367

Please sign in to comment.