From f72afeeae7f74fca00e58cf894a5218109ea5f62 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 12 Dec 2018 09:34:20 +0900 Subject: [PATCH] Switch the documentation to the ReadTheDocs template. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e5a9e4f..0e689e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,7 +83,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