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 bac93bcb1d
commit 844c9f3caf
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
4 changed files with 62 additions and 107 deletions

View file

@ -87,6 +87,11 @@ gettext_compact = False
locale_dirs = ['_translated']
rst_epilog = """
.. |debian-codename| replace:: bookworm
.. |debian-version| replace:: 12
"""
# from https://gist.github.com/ehles/bed012d78aad5d3cd6c35a49bef32f9f
def align(argument):
"""Conversion function for the "align" option."""