Merge pull request #5783 from hrnciar/sphinx_rtd_theme-dependency

Add sphinx_rtd_theme to documentation dependencies in setup.py
This commit is contained in:
Kevin Bates 2020-09-30 07:59:16 -07:00 committed by GitHub
commit d5bcecd4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',