Skip to content

Commit

Permalink
- add sphinx_rtd_theme to docs extra
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 5, 2023
1 parent 26361b2 commit 158caf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ def read(*rnames):
install_requires=['setuptools'],
python_requires='>=3.7',
extras_require={
'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
'docs': ['Sphinx',
'repoze.sphinx.autointerface',
'sphinx_rtd_theme'],
'test': tests_require,
'testing': testing_extras,
},
Expand Down

0 comments on commit 158caf5

Please sign in to comment.