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.
conf.py
1 parent 4baaf76 commit 8bdf737Copy full SHA for 8bdf737
Makefile
@@ -5,7 +5,7 @@
5
PYTHON = python3
6
VENVDIR = ./venv
7
BUILDDIR = _build
8
-SPHINXOPTS = -W --keep-going -n
+SPHINXOPTS = -W --keep-going
9
SPHINXBUILD = $(VENVDIR)/bin/sphinx-build
10
SPHINXLINT = $(VENVDIR)/bin/sphinx-lint
11
PAPER =
conf.py
@@ -32,6 +32,8 @@
32
'.github',
33
]
34
35
+nitpicky = True
36
+
37
38
html_theme = 'furo'
39
html_theme_options = {
0 commit comments