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 0800406 commit e749ae5Copy full SHA for e749ae5
conf.py
@@ -13,7 +13,7 @@
13
# -- General configuration ---------------------------------------------------
14
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
15
16
-extensions = []
+extensions = ["sphinx_copybutton"]
17
18
templates_path = ["_templates"]
19
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
requirements.txt
@@ -16,6 +16,7 @@ snowballstemmer==2.2.0
soupsieve==2.6
Sphinx==8.1.3
sphinx-basic-ng==1.0.0b2
+sphinx-copybutton==0.5.2
20
sphinxcontrib-applehelp==2.0.0
21
sphinxcontrib-devhelp==2.0.0
22
sphinxcontrib-htmlhelp==2.1.0
0 commit comments