update doc (#335)

This commit is contained in:
Dario Coscia
2024-09-03 18:58:54 +02:00
committed by GitHub
parent 25dc5693ff
commit 4900278d78
2 changed files with 11 additions and 6 deletions

View File

@@ -19,7 +19,13 @@ REQUIRED = [
]
EXTRAS = {
'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton', 'sphinx_design'],
'docs': [
'sphinx',
'sphinx_rtd_theme',
'sphinx_copybutton',
'sphinx_design',
'pydata_sphinx_theme'
],
'test': ['pytest', 'pytest-cov'],
}