Skip to content

Commit 2212c92

Browse files
committed
Comment IPython directives out
1 parent e54ad36 commit 2212c92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"sphinx_paramlinks",
2020
"sphinx_panels",
2121
"nbsphinx",
22-
"IPython.sphinxext.ipython_console_highlighting",
22+
# For some reason, the following extensions are not working
23+
# "IPython.sphinxext.ipython_directive",
24+
# "IPython.sphinxext.ipython_console_highlighting",
2325
]
2426
source_suffix = [".rst", ".md"]
2527
html_theme = "pydata_sphinx_theme"

0 commit comments

Comments
 (0)