diff options
author | Hong Xu <hong@topbug.net> | 2019-12-25 18:29:45 +0800 |
---|---|---|
committer | Hong Xu <hong@topbug.net> | 2019-12-25 18:29:45 +0800 |
commit | b149a23507ba5a74f1ea6a85ddd019f094f89a2a (patch) | |
tree | 1120e1e50847927f9779ba3458325d7f9275302b | |
parent | 48f62751346fcddfad7968ea768d1048af2a73dd (diff) | |
download | pelican-b149a23507ba5a74f1ea6a85ddd019f094f89a2a.tar.gz |
Add cross links between theme settings and pelican-themes
-rw-r--r-- | docs/pelican-themes.rst | 3 | ||||
-rw-r--r-- | docs/settings.rst | 3 |
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' |