Add sphinx_copybutton dependency

This commit is contained in:
Your Name
2023-11-17 16:11:15 +01:00
committed by Nicola Demo
parent 56bd0dac7d
commit 9e87d61349

View File

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