mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
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:
parent
88a4f9b2f4
commit
26d3184ae2
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue