fixing copybutton and maybe the integration bug

This commit is contained in:
Chris Holdgraf
2018-08-10 17:26:35 -07:00
parent 8fe026b48f
commit f8526c1a2f
2 changed files with 15 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ def setup(app):
app.add_javascript("https://cdn.jsdelivr.net/npm/clipboard@1/dist/clipboard.min.js")
# Enable MathJax for Math
extensions = ['sphinx.ext.mathjax', 'sphinx_copybutton']
extensions = ['sphinx.ext.mathjax', 'sphinx_copybutton.sphinx_copybutton']
# The master toctree document.
master_doc = 'index'