diff --git a/src/doc/conf.py b/src/doc/conf.py
index 7ac24dd1e1e76772a40d30a42419378c9d289f2b..289b12b0806bdebffc1239b08f8608df34f26a99 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -29,7 +29,7 @@ version = '0.X.Y'
 release = '0.x.y-beta-rc2'
 
 
-import sphinx-rtd-theme
+import sphinx_rtd_theme
 
 # -- General configuration ---------------------------------------------------
 
@@ -47,7 +47,7 @@ extensions = [
     'sphinx.ext.napoleon',     # For Google style docstrings
     "recommonmark",            # For markdown files.
     "sphinx.ext.autosectionlabel",  # Allow reference sections using its title
-    "sphinx-rtd-theme",
+    "sphinx_rtd_theme",
 ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -83,7 +83,7 @@ pygments_style = None
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # 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
 # further.  For a list of options available for each theme, see the