Skip to content

Commit

Permalink
copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jul 6, 2018
1 parent 34cf104 commit 026dd07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dependencies:
- pip:
- recommonmark==0.4.0
- pyyaml
- sphinx-copybutton
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.mathjax']
extensions = ['sphinx.ext.mathjax',
'sphinx_copybutton']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 026dd07

Please sign in to comment.