From d2e2afa6c04791b96babbb26748b3f5b45162c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Fri, 2 Jun 2023 13:15:46 +0200 Subject: [PATCH] Add Sphinc Copybutton to extensions --- nbsite/shared_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nbsite/shared_conf.py b/nbsite/shared_conf.py index 08b29482..d3cf3aae 100644 --- a/nbsite/shared_conf.py +++ b/nbsite/shared_conf.py @@ -49,6 +49,7 @@ def remove_mystnb_static(app): 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.inheritance_diagram', + 'sphinx_copybutton', ] # Default theme is the PyData Sphinx Theme