From 9cd3cd55c04b6fde36e731e28cf80d002b702175 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 24 Jun 2025 10:24:54 -0400 Subject: [PATCH] fix sphinx_prompt config --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 247091d9d..613113490 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ 'sphinx.ext.graphviz', 'sphinx_copybutton', 'sphinx_math_dollar', - 'sphinx-prompt', + 'sphinx_prompt', 'sphinx_mdinclude', 'IPython.sphinxext.ipython_console_highlighting', 'sphinx.ext.githubpages']