update tutorial discussion of liminix-rebuild

This commit is contained in:
Daniel Barlow
2023-09-27 11:05:06 +01:00
parent abd01a7809
commit 9133475103
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,10 @@ author = 'Daniel Barlow'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
extensions = [
'sphinx.ext.autosectionlabel'
]
autosectionlabel_prefix_document = True
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']