summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 10:58:21 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 11:28:13 +0200
commit0e3e54859f85d352e6a71f4069f5481b03d9e4e8 (patch)
tree9eb1a65f47e58251d6200506d2e0501feefc9eb6
parentf0e194aaa0639e341a839e117846ca5640b33b39 (diff)
downloadrsa-git-0e3e54859f85d352e6a71f4069f5481b03d9e4e8.tar.gz
Doc: add `-n` option to Sphinx to show warnings
This option was shown quite useful in #199.
-rw-r--r--doc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 9495ae3..b57f1e1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,7 +2,7 @@
#
# You can set these variables from the command line.
-SPHINXOPTS =
+SPHINXOPTS = -n
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
@@ -136,4 +136,3 @@ upload: html
@echo "UPLOADING to webserver"
@echo
rsync _build/html/* stuvel@stuvel.eu:site-stuvel.eu/htdocs/python-rsa-doc/ -va --delete
-