Skip to content
Snippets Groups Projects
Commit a63e6a22 authored by Stephan Philips's avatar Stephan Philips
Browse files

theme fixed?

parent 5ba3e7d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment