We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 837d110 + 1b22384 commit 7de7a4dCopy full SHA for 7de7a4d
Makefile
@@ -2,7 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS = #-nW
+SPHINXOPTS = -nW
6
SPHINXBUILD = sphinx-build
7
PAPER =
8
BUILDDIR = build
conf.py
@@ -67,7 +67,7 @@
67
68
# List of patterns, relative to source directory, that match files and
69
# directories to ignore when looking for source files.
70
-exclude_patterns = ['build']
+exclude_patterns = ['build', 'README.rst', 'examples.rst']
71
72
# The reST default role (used for this markup: `text`) to use for all
73
# documents.
0 commit comments