Skip to content

Commit f0916a4

Browse files
committed
Display Last updated on every page
Signed-off-by: Volker Theile <[email protected]> (cherry picked from commit 98929d0) Signed-off-by: Volker Theile <[email protected]>
1 parent 55e1163 commit f0916a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Add any Sphinx extension module names here, as strings. They can be
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
33-
extensions = ['sphinx_fontawesome']
33+
extensions = ['sphinx_fontawesome', 'sphinx_last_updated_by_git']
3434

3535
# Add any paths that contain templates here, relative to this directory.
3636
templates_path = ['_templates']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sphinx
33
sphinx-autobuild
44
sphinx_rtd_theme
55
sphinx_fontawesome
6+
sphinx-last-updated-by-git

0 commit comments

Comments
 (0)