Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 0e3e548

Browse files
committed
Doc: add -n option to Sphinx to show warnings
This option was shown quite useful in #199.
1 parent f0e194a commit 0e3e548

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -n
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build
@@ -136,4 +136,3 @@ upload: html
136136
@echo "UPLOADING to webserver"
137137
@echo
138138
rsync _build/html/* stuvel@stuvel.eu:site-stuvel.eu/htdocs/python-rsa-doc/ -va --delete
139-

0 commit comments

Comments
 (0)