summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-12-11 20:50:41 +0000
committerPaul Barker <pbarker@toganlabs.com>2018-04-23 08:33:03 +0000
commit0ef0abc4f9a45c8b7dedb422d64f7cee9e358596 (patch)
treee3a4e2a07ddf5ef2aa735088bda45b7890783c7a /docs
parenta8108a6793a341357d6a1b0b1b055ada2e7f724a (diff)
downloadmeta-raspberrypi-0ef0abc4f9a45c8b7dedb422d64f7cee9e358596.tar.gz
docs: Do not force alabaster theme
Sphinx will use the 'alabaster' theme by default when building locally. However, Read the Docs will use their own theme by default which suits their site better. By not specifying html_theme we allow both targets to use the appropriate default theme. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index eb98c49..a95c60f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -120,7 +120,7 @@ todo_include_todos = False
120# The theme to use for HTML and HTML Help pages. See the documentation for 120# The theme to use for HTML and HTML Help pages. See the documentation for
121# a list of builtin themes. 121# a list of builtin themes.
122# 122#
123html_theme = 'alabaster' 123# html_theme = 'alabaster'
124 124
125# Theme options are theme-specific and customize the look and feel of a theme 125# Theme options are theme-specific and customize the look and feel of a theme
126# further. For a list of options available for each theme, see the 126# further. For a list of options available for each theme, see the