Add sphinx and sphinx_rtd_theme as deps for a new docs extra

This commit is contained in:
Stefano Pigozzi 2023-01-20 12:11:52 +01:00
parent 6c06a18f8b
commit 71ed854d1e
No known key found for this signature in database
GPG key ID: 2A24051445686895

View file

@ -128,6 +128,10 @@ setup(
'types-requests',
'types-Flask-Cors',
],
'docs': [
'sphinx',
'sphinx_rtd_theme',
],
# Plugin (optional) dependencies:
'absubmit': ['requests'],