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 35638e5 commit 1c4125dCopy full SHA for 1c4125d
docs/conf.py
@@ -22,7 +22,7 @@
22
# Add any Sphinx extension module names here, as strings. They can be
23
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
24
# ones.
25
-extensions = ['myst_parser']
+extensions = ['myst_parser', "sphinx_copybutton"]
26
27
# Add any paths that contain templates here, relative to this directory.
28
templates_path = ["_templates"]
docs/requirements.txt
@@ -1,3 +1,4 @@
1
furo
2
sphinx
3
myst-parser
4
+sphinx-copybutton
0 commit comments