From a63e6a22499d8776416712501e62a2b0da295889 Mon Sep 17 00:00:00 2001 From: Stephan Philips <s.g.j.philips@tudelft.nl> Date: Wed, 4 Nov 2020 11:53:46 +0100 Subject: [PATCH] theme fixed? --- docs/source/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 610473db..f007c6df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,8 +79,6 @@ pygments_style = None # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' - # 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 # documentation. @@ -207,9 +205,9 @@ html_static_path = ['_static'] # # html_sidebars = {} #---sphinx-themes----- -html_theme = 'neo_rtd_theme' try: import sphinx_theme + html_theme = 'neo_rtd_theme' html_theme_path = [sphinx_theme.get_html_theme_path()] except: pass \ No newline at end of file -- GitLab