From 5b01a49d9d2dfdeaf762735ae6acb93538641a2f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 2 Apr 2019 14:58:52 -0700 Subject: [PATCH] Add changes to theme in conf.py --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 75aecc98..566a226c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -112,7 +112,7 @@ html_theme = 'sphinx_rtd_theme' # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() +html_theme_path = ["_themes", ] # The name for this set of Sphinx documents. # " v documentation" by default.