Skip to content

Commit 44f1efd

Browse files
committed
Add sphinx_copybutton extension
1 parent 3408212 commit 44f1efd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.rtd-require

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
git-props
22
pytest >=3.7.0
33
setuptools
4+
sphinx-copybutton
45
sphinx_rtd_theme

doc/src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
extensions = [
4141
'sphinx.ext.autodoc',
4242
'sphinx.ext.intersphinx',
43+
'sphinx_copybutton',
4344
]
4445

4546
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)