From c7bd4cb600ba0a5f2323d0d244b70960df6f5a44 Mon Sep 17 00:00:00 2001 From: Jayant Date: Tue, 25 Nov 2025 08:48:57 +0100 Subject: [PATCH] sphinx-prompt initialization correction The location of __init__ file suggests that the correct import statement should be `sphinx-prompt` instead of `sphinx_prompt` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 244cb35..02ac163 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Initialize -In `conf.py` add `extensions += ['sphinx_prompt']`. +In `conf.py` add `extensions += ['sphinx-prompt']`. ## Syntax