mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Add sphinx_rtd_theme to documentation dependencies in setup.py
Fixes: #5781
This commit is contained in:
parent
09ba565c96
commit
cdb103c3f0
2
setup.py
2
setup.py
@ -118,7 +118,7 @@ for more information.
|
||||
extras_require = {
|
||||
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
|
||||
'nbval', 'nose-exclude', 'selenium', 'pytest', 'pytest-cov'],
|
||||
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt'],
|
||||
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt', 'sphinx_rtd_theme'],
|
||||
'test:sys_platform != "win32"': ['requests-unixsocket'],
|
||||
},
|
||||
python_requires = '>=3.5',
|
||||
|
Loading…
Reference in New Issue
Block a user