Skip to content

Commit

Permalink
added copybutton
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmcgeer committed Jun 21, 2021
1 parent d5213d6 commit 9b056ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sphinxcontrib-htmlhelp == 1.0.3
sphinxcontrib-jsmath == 1.0.1
sphinxcontrib-qthelp == 1.0.3
sphinxcontrib-serializinghtml == 1.1.4
sphinx-copybutton == 0.3.3
ipykernel
gviz_api
pandas
Expand Down
3 changes: 2 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
# ones.
extensions = [
"sphinx_rtd_theme",
"sphinx.ext.autodoc"
"sphinx.ext.autodoc",
"sphinx-copybutton"
]

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

0 comments on commit 9b056ea

Please sign in to comment.