From a47ce6f4111b70e4875ac0513503a4bac1ffe549 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 19 Sep 2023 14:18:58 -0600 Subject: [PATCH] docs: Add sphinx-copybutton Automatically add a button to all code boxes to copy the contents to the clipboard. --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 16c6d12..9ae9b36 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -29,6 +29,7 @@ "sphinx.ext.napoleon", "sphinx.ext.viewcode", "sphinx_autodoc_typehints", + "sphinx_copybutton", "sphinx_rtd_theme", "sphinxcontrib.programoutput", "sphinxcontrib.spelling",