diff --git a/docs/conf.py b/docs/conf.py index 9cb105910..da1aa9ae4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,6 +37,7 @@ "sphinx.ext.imgmath", "sphinx.ext.viewcode", "sphinx.ext.githubpages", + "sphinx_copybutton", ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/requirements.txt b/docs/requirements.txt index cdada1d35..2c7c38ffe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ sphinx==8.1.3 -sphinx_rtd_theme==3.0.1 \ No newline at end of file +sphinx_rtd_theme==3.0.1 +sphinx-copybutton>=0.5.0 \ No newline at end of file