Skip to content
Snippets Groups Projects
Commit 9f82416c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: import name

parent ff6142d2
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ version = '0.X.Y' ...@@ -29,7 +29,7 @@ version = '0.X.Y'
release = '0.x.y-beta-rc2' release = '0.x.y-beta-rc2'
import sphinx-rtd-theme import sphinx_rtd_theme
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
...@@ -45,7 +45,7 @@ extensions = [ ...@@ -45,7 +45,7 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.napoleon', # For Google style docstrings 'sphinx.ext.napoleon', # For Google style docstrings
"recommonmark", # For markdown files. "recommonmark", # For markdown files.
"sphinx-rtd-theme", "sphinx_rtd_theme",
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
...@@ -85,7 +85,7 @@ pygments_style = None ...@@ -85,7 +85,7 @@ pygments_style = None
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = "sphinx-rtd-theme" html_theme = "sphinx_rtd_theme"
# Theme options are theme-specific and customize the look and feel of a 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 # further. For a list of options available for each theme, see the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment