removing extra copybutton files

This commit is contained in:
Chris Holdgraf
2018-08-10 22:47:22 -07:00
parent a98a5c322b
commit b534b62175
3 changed files with 0 additions and 53 deletions

View File

@@ -10,12 +10,6 @@ version = ''
# The full version, including alpha/beta/rc tags
release = 'v0.1'
# Add custom CSS/Javascript
def setup(app):
app.add_javascript("custom.js")
app.add_stylesheet("custom.css")
app.add_javascript("https://cdn.jsdelivr.net/npm/clipboard@1/dist/clipboard.min.js")
# Enable MathJax for Math
extensions = ['sphinx.ext.mathjax', 'sphinx_copybutton.sphinx_copybutton']