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 39d7f7a commit bc2c07eCopy full SHA for bc2c07e
docs/conf.py
@@ -37,6 +37,7 @@
37
"sphinx.ext.imgmath",
38
"sphinx.ext.viewcode",
39
"sphinx.ext.githubpages",
40
+ "sphinx_copybutton",
41
]
42
43
# Add any paths that contain templates here, relative to this directory.
docs/requirements.txt
@@ -1,2 +1,3 @@
1
sphinx==8.1.3
2
-sphinx_rtd_theme==3.0.1
+sphinx_rtd_theme==3.0.1
3
+sphinx-copybutton>=0.5.0
0 commit comments