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.
1 parent ff548f2 commit d0e191cCopy full SHA for d0e191c
Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line, and also
5
# from the environment for the first two.
6
-#SPHINXOPTS = # was "-W" (turn warnings into errors)
+SPHINXOPTS = # was "-W" (turn warnings into errors)
7
SPHINXBUILD = sphinx-build
8
SOURCEDIR = src
9
BUILDDIR = _build
src/conf.py
@@ -218,7 +218,8 @@
218
"navigation_depth": 2,
219
"collapse_navigation": True,
220
"show_prev_next": True,
221
- "footer_items": ["copyright"],
+ "footer_start": ["copyright", "sphinx-version"],
222
+ "footer_end": ["theme-version"],
223
}
224
225
html_context = {
0 commit comments