diff --git a/docs/conf.py b/docs/conf.py index 56a47ed57..fdf718374 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,8 @@ # -- Project information ----------------------------------------------------- project = u'OpenZFS' -copyright = u'2023, OpenZFS' +copyright = u'%Y, OpenZFS' +html_last_updated_fmt = '' author = u'OpenZFS' # The short X.Y version @@ -51,6 +52,7 @@ "sphinx_rtd_theme", "notfound.extension", "sphinxext.rediraffe", + "sphinx_last_updated_by_git", ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/requirements.txt b/docs/requirements.txt index 7cebc87ba..902330873 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,5 @@ sphinx-issues sphinx-notfound-page>=0.5 sphinx-rtd-theme sphinxext-rediraffe +sphinx_last_updated_by_git gitpython