From a60728f960f8b3777066c6e83388d13ba5665e5c Mon Sep 17 00:00:00 2001 From: Matt Garthwaite Date: Mon, 22 May 2017 12:21:10 +1000 Subject: [PATCH] update conf.py to make Sphinx RTD theme work --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c9c9b505d..ea5434ba9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) - +import sphinx_rtd_theme # -- General configuration ------------------------------------------------ @@ -94,7 +94,8 @@ # a list of builtin themes. # #html_theme = 'alabaster' -html_theme = 'sphinx_rtd_theme' +html_theme = "sphinx_rtd_theme" +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # 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