@@ -7,14 +7,14 @@
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
project = 'Warewulf User Guide'
|
||||
copyright = '2022, Warewulf Project Contributors'
|
||||
copyright = '2023, Warewulf Project Contributors'
|
||||
author = 'Warewulf Project Contributors'
|
||||
release = 'development'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = []
|
||||
extensions = ['sphinx.ext.autosectionlabel']
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
@@ -45,4 +45,4 @@ html_context = {
|
||||
|
||||
html_logo = 'logo.png'
|
||||
html_favicon = 'favicon.png'
|
||||
html_show_copyright = False
|
||||
html_show_copyright = False
|
||||
|
||||
Reference in New Issue
Block a user