From ba7b28d7748a47258c09d221bb9d6e6e08ca1da1 Mon Sep 17 00:00:00 2001 From: Proskurin Kirill Date: Wed, 26 Oct 2016 23:12:59 +0200 Subject: [PATCH] Explicitly define alabaster readthedocs theme This change fixed bullet list\point problem for me Change-Id: I28b2350a382f77a32ef8d6b85add82bae953768d --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 89a9c6ab..4b48ded4 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. # html_theme_path = ["."] -# html_theme = '_theme' +html_theme = "alabaster" # html_static_path = ['static'] # Output file base name for HTML help builder.