summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-12-11 20:50:41 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-12-18 19:20:43 +0000
commit24ffe9fb592dda483fb5dfec30782955fcc18a5e (patch)
treef0029ec3c857ba78be6b3f65f934523040d2c4f5 /docs/conf.py
parent337a419c0e9b6d3085ff88ae72072e654cb20901 (diff)
downloadmeta-raspberrypi-24ffe9fb592dda483fb5dfec30782955fcc18a5e.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/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 013c8a7..fcebbf1 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