diff --git a/setup.py b/setup.py index 3ea4c628e03410f1d0718e5920e260c8de5637fc..9b5a527fc48c54c6ab9a662596b00b0f5cf70e84 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', 'nbsphinx', 'nbsphinx_link', 'sphinx_rtd_theme']} + 'pandoc', 'nbsphinx', 'nbsphinx_link', 'sphinx_rtd_theme', 'autoapi']} include_package_data = True command_options = {'build_sphinx': {'build_dir':('setup.py', './docs/build/')}}