From f77d9cbda239e0dfd9a8aaafdfd93ed945da1088 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sat, 13 Apr 2024 17:21:46 -0400 Subject: [PATCH] COMP: Disable nbsphinx The sphinx build is hanging when nbsphinx is parsing the notebooks with the recent sphinx/nbsphinx stack. Disable nbsphinx for now. --- Formatting/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formatting/conf.py.in b/Formatting/conf.py.in index cc2a36702..030d353df 100644 --- a/Formatting/conf.py.in +++ b/Formatting/conf.py.in @@ -41,7 +41,7 @@ primary_domain = 'cpp' # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.imgconverter', 'breathe', 'doxylink', - 'breathelink', 'nbsphinx', 'sphinx_contributors', + 'breathelink', 'sphinx_contributors', 'IPython.sphinxext.ipython_console_highlighting',] # Add any paths that contain templates here, relative to this directory.