Skip to content

Commit

Permalink
Merge pull request #835 from jupyterhub/copybtn_fix
Browse files Browse the repository at this point in the history
Updating sphinx_copybutton import
  • Loading branch information
minrk authored Aug 13, 2018
2 parents a6d9107 + 51c7a58 commit 449af41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.mathjax',
'sphinx_copybutton']
'sphinx_copybutton.sphinx_copybutton']

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

0 comments on commit 449af41

Please sign in to comment.