Adding rst_epilog, better markup on some pages

Using more appropriate markup and some substitution, mostly on:

* `how-to-install-software.rst`
* `app-menu-shortcut-troubleshooting.rst`
This commit is contained in:
parulin 2025-07-27 10:19:56 -04:00
parent edfbaa9649
commit 512525748f
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C
4 changed files with 50 additions and 93 deletions

View file

@ -115,3 +115,10 @@ locale_dirs = ['_translated']
gettext_compact = False
gettext_uuid = True
# -- -- Options for markup ---------------------------------------------------
rst_epilog = """
.. |debian-codename| replace:: bookworm
.. |debian-version| replace:: 12
"""