fixing documentation issues

This commit is contained in:
Dario Coscia
2024-09-03 17:27:26 +02:00
committed by Nicola Demo
parent 1aca017e1d
commit 25dc5693ff
4 changed files with 8 additions and 9 deletions

View File

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