From 51297193129ff79a3cab54ac5d5c306b2893061b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 Nov 2023 16:11:15 +0100 Subject: [PATCH] Add sphinx_copybutton dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e5cf670..124adaa2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ] EXTRAS = { - 'docs': ['sphinx', 'sphinx_rtd_theme'], + 'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton'], 'test': ['pytest', 'pytest-cov'], }