From 2db90110e276b2ff1ee50917b05fe38064c7dda3 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 14 2019 09:15:23 +0000 Subject: add THEME option docs to configuration documentation fixes #4155 --- diff --git a/doc/configuration.rst b/doc/configuration.rst index 9bdce6b..b859991 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -615,6 +615,27 @@ Defaults to: ``['create_project', 'fork_project', 'modify_project']`` Optional options ---------------- +Theming +~~~~~~~ + +THEME +^^^^^ + +This configuration key allows you to specify the theme to be used. The +string specified is the name of the theme directory in ``pagure/themes/`` + +For more information about theming see the :doc:`usage/theming` + +Default options: + +- ``chameleon`` The OpenSUSE theme for pagure +- ``default`` The default theme for pagure +- ``pagureio`` The theme used at https://pagure.io +- ``srcfpo`` The theme used at https://src.fedoraproject.org + +Defaults to: ``default`` + + Git repository templates ~~~~~~~~~~~~~~~~~~~~~~~~