Create subsection for theme configuration

This commit is contained in:
Adam Turner 2024-04-09 18:34:55 +01:00
parent e3f0aa9307
commit 9ebfadbcad

View File

@ -35,6 +35,9 @@ theme name), containing the following:
* A ``static/`` directory containing any static files that will be copied to the * A ``static/`` directory containing any static files that will be copied to the
output static directory on build. These can be images, styles, script files. output static directory on build. These can be images, styles, script files.
Theme configuration (``theme.conf``)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The :file:`theme.conf` file is in INI format [1]_ (readable by the standard The :file:`theme.conf` file is in INI format [1]_ (readable by the standard
Python :mod:`configparser` module) and has the following structure: Python :mod:`configparser` module) and has the following structure: