summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHong Xu <hong@topbug.net>2019-12-25 18:29:45 +0800
committerHong Xu <hong@topbug.net>2019-12-25 18:29:45 +0800
commitb149a23507ba5a74f1ea6a85ddd019f094f89a2a (patch)
tree1120e1e50847927f9779ba3458325d7f9275302b
parent48f62751346fcddfad7968ea768d1048af2a73dd (diff)
downloadpelican-b149a23507ba5a74f1ea6a85ddd019f094f89a2a.tar.gz
Add cross links between theme settings and pelican-themes
-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 39982315..1ab9cee3 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -1076,6 +1076,7 @@ Ordering content
will sort pages by their basename.
+.. _settings/themes:
Themes
======
@@ -1088,7 +1089,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'