diff --git a/setup.py b/setup.py
index 8f5e978e1adee6f6bc1020d3031ef39bc314bf46..3ea4c628e03410f1d0718e5920e260c8de5637fc 100644
--- a/setup.py
+++ b/setup.py
@@ -180,7 +180,7 @@ def setup_package():
     extras_require = {
         'dev': ['pytest', 'pytest-cov'],
         'doc': ['sphinx>=1.8', 'numpydoc', 'sphinx_gallery', 'matplotlib', "jupyter",
-                'pandoc', 'nbshpinx', 'nbsphinx_link', 'sphinx_rtd_theme']}
+                'pandoc', 'nbsphinx', 'nbsphinx_link', 'sphinx_rtd_theme']}
     include_package_data = True
 
     command_options = {'build_sphinx': {'build_dir':('setup.py', './docs/build/')}}