diff --git a/docs/conf.py b/docs/conf.py index 2bd069855..0ca62e01a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,6 +51,7 @@ "sphinx.ext.githubpages", "sphinx.ext.intersphinx", "sphinx.ext.extlinks", + "sphinx_copybutton", "scanpydoc", "IPython.sphinxext.ipython_console_highlighting", "IPython.sphinxext.ipython_directive", diff --git a/requirements-doc.txt b/requirements-doc.txt index deac3cd43..2ed139147 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -2,6 +2,7 @@ myst_nb pydata-sphinx-theme sphinx==6.2.1 sphinx_autodoc_typehints>=1.14.0 +sphinx-copybutton scanpydoc ipython matplotlib