Skip to content

Commit fa56c29

Browse files
committed
Show individual Last updated on per page + fix copyright year
1 parent a4f734d commit fa56c29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = u'OpenZFS'
27-
copyright = u'2023, OpenZFS'
27+
copyright = u'%Y, OpenZFS'
28+
html_last_updated_fmt = ''
2829
author = u'OpenZFS'
2930

3031
# The short X.Y version
@@ -51,6 +52,7 @@
5152
"sphinx_rtd_theme",
5253
"notfound.extension",
5354
"sphinxext.rediraffe",
55+
"sphinx_last_updated_by_git",
5456
]
5557

5658
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ sphinx-issues
33
sphinx-notfound-page>=0.5
44
sphinx-rtd-theme
55
sphinxext-rediraffe
6+
sphinx_last_updated_by_git
67
gitpython

0 commit comments

Comments
 (0)