Skip to content

Commit d0e191c

Browse files
committed
sphinx: fix warnings
1 parent ff548f2 commit d0e191c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
#SPHINXOPTS = # was "-W" (turn warnings into errors)
6+
SPHINXOPTS = # was "-W" (turn warnings into errors)
77
SPHINXBUILD = sphinx-build
88
SOURCEDIR = src
99
BUILDDIR = _build

src/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@
218218
"navigation_depth": 2,
219219
"collapse_navigation": True,
220220
"show_prev_next": True,
221-
"footer_items": ["copyright"],
221+
"footer_start": ["copyright", "sphinx-version"],
222+
"footer_end": ["theme-version"],
222223
}
223224

224225
html_context = {

0 commit comments

Comments
 (0)