Merge pull request #126 from choldgraf/copybutton_remove_css

removing extra copybutton files
This commit is contained in:
Chris Holdgraf
2018-08-11 10:03:01 -07:00
committed by GitHub
6 changed files with 15 additions and 54 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.ext.intersphinx',