Skip to content

Commit e67a655

Browse files
authored
Merge pull request #611 from ManimCommunity/copy_button_sphinx
Added copy button for the sphinx page
2 parents 1a6b0c2 + 675f8f4 commit e67a655

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Sphinx==3.1.2
22
guzzle-sphinx-theme
33
recommonmark>=0.5.0
4+
sphinx-copybutton

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
extensions = [
5353
"sphinx.ext.autodoc",
5454
"recommonmark",
55+
"sphinx_copybutton",
5556
"sphinx.ext.napoleon",
5657
"sphinx.ext.autosummary",
5758
"sphinx.ext.doctest",

0 commit comments

Comments
 (0)