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.
Last updated on
1 parent a4f734d commit fa56c29Copy full SHA for fa56c29
docs/conf.py
@@ -24,7 +24,8 @@
24
# -- Project information -----------------------------------------------------
25
26
project = u'OpenZFS'
27
-copyright = u'2023, OpenZFS'
+copyright = u'%Y, OpenZFS'
28
+html_last_updated_fmt = ''
29
author = u'OpenZFS'
30
31
# The short X.Y version
@@ -51,6 +52,7 @@
51
52
"sphinx_rtd_theme",
53
"notfound.extension",
54
"sphinxext.rediraffe",
55
+ "sphinx_last_updated_by_git",
56
]
57
58
# Add any paths that contain templates here, relative to this directory.
docs/requirements.txt
@@ -3,4 +3,5 @@ sphinx-issues
3
sphinx-notfound-page>=0.5
4
sphinx-rtd-theme
5
sphinxext-rediraffe
6
+sphinx_last_updated_by_git
7
gitpython
0 commit comments