committed by
Jonathon Anderson
parent
a58b48fa52
commit
d256d15c20
@@ -7,7 +7,7 @@
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
project = 'Warewulf User Guide'
|
||||
copyright = '2024, Warewulf Project Contributors'
|
||||
copyright = '2025, Warewulf Project Contributors'
|
||||
author = 'Warewulf Project Contributors'
|
||||
release = 'main'
|
||||
|
||||
@@ -16,8 +16,9 @@ release = 'main'
|
||||
|
||||
extensions = [
|
||||
'sphinx.ext.graphviz',
|
||||
'sphinx_reredirects',
|
||||
]
|
||||
if not tags.has('pdf'):
|
||||
extensions.append('sphinx_reredirects')
|
||||
|
||||
redirects = {
|
||||
'contents/background': '../getting-started/introduction.html',
|
||||
|
||||
@@ -158,7 +158,7 @@ For example, the ``imgextract`` command can be `explicitly enabled`_.
|
||||
This is the case in the default state of ``build-ipxe.sh``, which enables
|
||||
support for ZLIB and GZIP archive image formats.
|
||||
|
||||
Configuring Warewulf (≥ v4.5.0)
|
||||
Configuring Warewulf (>= v4.5.0)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
In Warewulf v4.5.0, Warewulf can be configured to use these files using the
|
||||
|
||||
Reference in New Issue
Block a user