diff options
Diffstat (limited to 'test/doc/conf.py')
-rw-r--r-- | test/doc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/doc/conf.py b/test/doc/conf.py index 96ea50fe890..ec8958ea2f0 100644 --- a/test/doc/conf.py +++ b/test/doc/conf.py @@ -122,7 +122,8 @@ 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' +html_theme = 'sphinx_rtd_theme' # 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 |