update plugins for sphinx-prompt-1.8.0

The sphinx-prompt plugin has renamed its package in 1.8.0 from erraneous
`sphinx-prompt` name to `sphinx_prompt`.  Adjust the conf accordingly.
This commit is contained in:
Michał Górny 2024-01-05 12:14:44 +01:00
parent 88a4f9b2f4
commit 26d3184ae2
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ extensions = [
"sphinx.ext.todo",
"sphinx.ext.coverage",
"sphinx.ext.viewcode",
"sphinx-prompt",
"sphinx_prompt",
]
# Add any paths that contain templates here, relative to this directory.

View file

@ -1,4 +1,4 @@
sphinx>=2.1.0,!=3.1.0
sphinx-rtd-theme>=1.2.2
sphinx-prompt>=1.5.0
sphinx-prompt>=1.8.0
docutils!=0.18