Merge pull request #140 from jupyterhub/copybutton_fix

Copybutton fix
This commit is contained in:
Chris Holdgraf
2018-08-14 19:40:10 +01:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ release = 'v0.1'
# Enable MathJax for Math
extensions = ['sphinx.ext.mathjax',
'sphinx.ext.intersphinx',
'sphinx_copybutton.sphinx_copybutton']
'sphinx_copybutton']
# The master toctree document.
master_doc = 'index'