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 cad180a commit cc89d7fCopy full SHA for cc89d7f
docs/source/conf.py
@@ -40,6 +40,8 @@ def on_config_inited(*args):
40
41
def setup(app):
42
app.connect("config-inited", on_config_inited)
43
+ app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")
44
+
45
46
47
# -- Sphinx extensions and configuration ------------------------
@@ -221,6 +223,3 @@ def setup(app):
221
223
epub_author = author
222
224
epub_publisher = author
225
epub_copyright = copyright
-
-def setup(app):
226
- app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")
0 commit comments