added Documentation for grub boot

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2023-08-14 17:26:58 +02:00
committed by Jonathon Anderson
parent 0c9bf78cd0
commit 0808f76317
4 changed files with 139 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ release = 'main'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ['sphinx.ext.autosectionlabel']
extensions = ['sphinx.ext.autosectionlabel','sphinx.ext.graphviz']
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']