We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdce78 commit 4f99a08Copy full SHA for 4f99a08
docs/conf.py
@@ -51,6 +51,7 @@
51
"sphinx.ext.githubpages",
52
"sphinx.ext.intersphinx",
53
"sphinx.ext.extlinks",
54
+ "sphinx_copybutton",
55
"scanpydoc",
56
"IPython.sphinxext.ipython_console_highlighting",
57
"IPython.sphinxext.ipython_directive",
requirements-doc.txt
@@ -2,6 +2,7 @@ myst_nb
2
pydata-sphinx-theme
3
sphinx==6.2.1
4
sphinx_autodoc_typehints>=1.14.0
5
+sphinx-copybutton
6
scanpydoc
7
ipython
8
matplotlib
0 commit comments