diff --git a/docs/conf.py b/docs/conf.py index c69c3251..ae17adca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,9 @@ "sphinx.ext.napoleon", "sphinx.ext.mathjax", "sphinx.ext.intersphinx", + "IPython.sphinxext.ipython_console_highlighting", ] + nb_execution_mode = "off" apidoc_module_dir = f"../{project}"