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 e2e26c4 commit 93dde4fCopy full SHA for 93dde4f
docs/requirements.txt
@@ -1,2 +1,3 @@
1
sphinx==7.2.5
2
sphinx-rtd-theme==1.3.0
3
+sphinx-copybutton==0.5.2
docs/source/conf.py
@@ -17,6 +17,8 @@
17
'sphinx.ext.autodoc',
18
'sphinx.ext.autosummary',
19
'sphinx.ext.intersphinx',
20
+
21
+ 'sphinx_copybutton',
22
]
23
24
root_doc = "index"
0 commit comments