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 b57e27d commit 7b7a879Copy full SHA for 7b7a879
doc/requirements.txt
@@ -5,4 +5,5 @@
5
reno>=3.4.0 # Apache-2.0
6
sphinx>=4.2.0 # BSD
7
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
8
+sphinx-copybutton # MIT
9
Sphinx-Substitution-Extensions # Apache-2.0
doc/source/conf.py
@@ -57,6 +57,7 @@
57
'sphinx.ext.extlinks',
58
#'sphinx.ext.intersphinx',
59
'sphinxcontrib.rsvgconverter',
60
+ 'sphinx_copybutton',
61
'sphinx_substitution_extensions',
62
]
63
0 commit comments