Skip to content

Commit 158caf5

Browse files
committed
- add sphinx_rtd_theme to docs extra
1 parent 26361b2 commit 158caf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ def read(*rnames):
138138
install_requires=['setuptools'],
139139
python_requires='>=3.7',
140140
extras_require={
141-
'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
141+
'docs': ['Sphinx',
142+
'repoze.sphinx.autointerface',
143+
'sphinx_rtd_theme'],
142144
'test': tests_require,
143145
'testing': testing_extras,
144146
},

0 commit comments

Comments
 (0)