From 9e87d613499750e629206bd84eb18ca55cc59432 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 0e5cf67..124adaa 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ REQUIRED = [ ] EXTRAS = { - 'docs': ['sphinx', 'sphinx_rtd_theme'], + 'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_copybutton'], 'test': ['pytest', 'pytest-cov'], }