Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ sphinx-issues
sphinx-notfound-page>=0.5
sphinx-rtd-theme
sphinxext-rediraffe
sphinx_last_updated_by_git
gitpython