From 9ebfadbcadbcab571a12cfbeb9d8a96867ddd827 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:34:55 +0100 Subject: [PATCH] Create subsection for theme configuration --- doc/development/theming.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/development/theming.rst b/doc/development/theming.rst index f31a481eb..a57b8b7dd 100644 --- a/doc/development/theming.rst +++ b/doc/development/theming.rst @@ -35,6 +35,9 @@ theme name), containing the following: * 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. +Theme configuration (``theme.conf``) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + The :file:`theme.conf` file is in INI format [1]_ (readable by the standard Python :mod:`configparser` module) and has the following structure: