committed by
Jonathon Anderson
parent
a58b48fa52
commit
d256d15c20
@@ -9,11 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed panic in warewulfd if node netdev is only defined in a profile. #1817
|
- Fixed panic in warewulfd if node netdev is only defined in a profile. #1817
|
||||||
|
- Replaced unreadable >= character external sphinx module for pdf doc build.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Update GitHub actions to build aarch64 artifacts.
|
- Update GitHub actions to build aarch64 artifacts.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Removed "Auto generated by" tag from generated docs.
|
||||||
|
|
||||||
## v4.6.0, 2025-03-02
|
## v4.6.0, 2025-03-02
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -89,7 +89,7 @@ reference: wwctl
|
|||||||
./wwctl --emptyconf genconfig reference userdocs/reference/
|
./wwctl --emptyconf genconfig reference userdocs/reference/
|
||||||
|
|
||||||
latexpdf: reference
|
latexpdf: reference
|
||||||
make -C userdocs latexpdf
|
SPHINXOPTS='-t pdf -D release=$(VERSION)' make -C userdocs latexpdf
|
||||||
|
|
||||||
##@ Development
|
##@ Development
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ func CobraRunE(cmd *cobra.Command, args []string) (err error) {
|
|||||||
linkHandler := func(name, ref string) string {
|
linkHandler := func(name, ref string) string {
|
||||||
return fmt.Sprintf(":ref:`%s <%s>`", name, ref)
|
return fmt.Sprintf(":ref:`%s <%s>`", name, ref)
|
||||||
}
|
}
|
||||||
|
cmd.Parent().Parent().DisableAutoGenTag = true
|
||||||
err = doc.GenReSTTreeCustom(cmd.Parent().Parent(), args[0], func(arg string) string { return "" }, linkHandler)
|
err = doc.GenReSTTreeCustom(cmd.Parent().Parent(), args[0], func(arg string) string { return "" }, linkHandler)
|
||||||
//err = doc.GenReSTTree(cmd.Parent().Parent(), args[0])
|
//err = doc.GenReSTTree(cmd.Parent().Parent(), args[0])
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
project = 'Warewulf User Guide'
|
project = 'Warewulf User Guide'
|
||||||
copyright = '2024, Warewulf Project Contributors'
|
copyright = '2025, Warewulf Project Contributors'
|
||||||
author = 'Warewulf Project Contributors'
|
author = 'Warewulf Project Contributors'
|
||||||
release = 'main'
|
release = 'main'
|
||||||
|
|
||||||
@@ -16,8 +16,9 @@ release = 'main'
|
|||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.graphviz',
|
'sphinx.ext.graphviz',
|
||||||
'sphinx_reredirects',
|
|
||||||
]
|
]
|
||||||
|
if not tags.has('pdf'):
|
||||||
|
extensions.append('sphinx_reredirects')
|
||||||
|
|
||||||
redirects = {
|
redirects = {
|
||||||
'contents/background': '../getting-started/introduction.html',
|
'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
|
This is the case in the default state of ``build-ipxe.sh``, which enables
|
||||||
support for ZLIB and GZIP archive image formats.
|
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
|
In Warewulf v4.5.0, Warewulf can be configured to use these files using the
|
||||||
|
|||||||
Reference in New Issue
Block a user