From a015d94a66b3ecf1994c2a899c7a73bec43032f5 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Fri, 11 Jun 2021 11:04:38 -0400 Subject: [PATCH] Doc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f5e978..3ea4c62 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/')}} -- GitLab