summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-04-12 08:53:54 +0200
committerGitHub <noreply@github.com>2020-04-12 08:53:54 +0200
commit5b238d189c6ef44299159b2f59022f04941e9c69 (patch)
tree5072ac840f387907a94fed56f173847200eb0953 /docs
parent9d8a143ce8d096fa0bd88359c3e50bf9aeaf05af (diff)
parentb149a23507ba5a74f1ea6a85ddd019f094f89a2a (diff)
downloadpelican-5b238d189c6ef44299159b2f59022f04941e9c69.tar.gz
Merge pull request #2666 from xuhdev/doc/themes
doc: Add cross links between theme settings and pelican-themes
Diffstat (limited to 'docs')
-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'