We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d244c28 commit f03c427Copy full SHA for f03c427
doc/conf.py
@@ -142,4 +142,5 @@ def setup(app):
142
# Plausible.io tracking
143
app.add_js_file("https://plausible.io/js/script.file-downloads.hash.outbound-links.js", **{"data-domain": "mybinder.readthedocs.io", "defer": ""})
144
app.add_js_file(filename=None, body="window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }")
145
+ # Inherit some Jupyter branding CSS rules from the Jupyter Documentation
146
app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")
0 commit comments