summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/pelican-themes.rst3
-rw-r--r--docs/settings.rst3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/pelican-themes.rst b/docs/pelican-themes.rst
index 2802777a..e63f6a19 100644
--- a/docs/pelican-themes.rst
+++ b/docs/pelican-themes.rst
@@ -6,7 +6,8 @@ pelican-themes
Description
===========
-``pelican-themes`` is a command line tool for managing themes for Pelican.
+``pelican-themes`` is a command line tool for managing themes for Pelican. See
+:ref:`settings/themes` for settings related to themes.
Usage
diff --git a/docs/settings.rst b/docs/settings.rst
index a0ad2b4f..51caad28 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -1087,6 +1087,7 @@ Ordering content
will sort pages by their basename.
+.. _settings/themes:
Themes
======
@@ -1099,7 +1100,7 @@ themes.
Theme to use to produce the output. Can be a relative or absolute path to a
theme folder, or the name of a default theme or a theme installed via
- ``pelican-themes`` (see below).
+ :doc:`pelican-themes` (see below).
.. data:: THEME_STATIC_DIR = 'theme'