mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-10 23:50:24 -04:00
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:
parent
bac93bcb1d
commit
844c9f3caf
4 changed files with 62 additions and 107 deletions
5
conf.py
5
conf.py
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue