described syncuser

close #680
close #483
This commit is contained in:
Christian Goll
2023-02-15 09:11:33 +01:00
parent 269db165d3
commit cb06dc8ba0
2 changed files with 22 additions and 3 deletions

View File

@@ -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