Skip to content

Commit d5bcecd

Browse files
authored
Merge pull request #5783 from hrnciar/sphinx_rtd_theme-dependency
Add sphinx_rtd_theme to documentation dependencies in setup.py
2 parents 09ba565 + cdb103c commit d5bcecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
extras_require = {
119119
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',
120120
'nbval', 'nose-exclude', 'selenium', 'pytest', 'pytest-cov'],
121-
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt'],
121+
'docs': ['sphinx', 'nbsphinx', 'sphinxcontrib_github_alt', 'sphinx_rtd_theme'],
122122
'test:sys_platform != "win32"': ['requests-unixsocket'],
123123
},
124124
python_requires = '>=3.5',

0 commit comments

Comments
 (0)