mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Add sphinx and sphinx_rtd_theme as deps for a new docs extra
This commit is contained in:
parent
6c06a18f8b
commit
71ed854d1e
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -128,6 +128,10 @@ setup(
|
|||
'types-requests',
|
||||
'types-Flask-Cors',
|
||||
],
|
||||
'docs': [
|
||||
'sphinx',
|
||||
'sphinx_rtd_theme',
|
||||
],
|
||||
|
||||
# Plugin (optional) dependencies:
|
||||
'absubmit': ['requests'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue