From 24ffe9fb592dda483fb5dfec30782955fcc18a5e Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 11 Dec 2017 20:50:41 +0000 Subject: 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 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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 # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +# html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the -- cgit v1.2.3-54-g00ecf