From 0e3e54859f85d352e6a71f4069f5481b03d9e4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 20 Jul 2022 10:58:21 +0200 Subject: Doc: add `-n` option to Sphinx to show warnings This option was shown quite useful in #199. --- doc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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 - -- cgit v1.2.1