add info about readthedocs.yml, exchange code-block with code to be consistent

This commit is contained in:
qubedmaiska 2025-09-09 12:15:52 -04:00
parent 1be6e5f9b9
commit bd26dee6a4
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501
2 changed files with 54 additions and 50 deletions

View file

@ -454,6 +454,10 @@ It contains settings and extensions that define how the documentation will be ge
You can find it `here <https://github.com/QubesOS/qubes-doc/blob/rst/conf.py>`__.
You can also find a :file:`readthedocs.yml` `file <https://github.com/QubesOS/qubes-doc/blob/rst/.readthedocs.yaml>`__
which tells RTD how to build the documentation. It defines the build environment, Python version, required dependencies,
and which Sphinx configuration to run. Thus RTD automatically generates and hosts the docs.
Extensions
----------