mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
Merge pull request #1907 from mgorny/sphinx-prompt-1.8.0
update plugins for sphinx-prompt-1.8.0
This commit is contained in:
commit
fb9a02aaf7
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ extensions = [
|
||||||
"sphinx.ext.todo",
|
"sphinx.ext.todo",
|
||||||
"sphinx.ext.coverage",
|
"sphinx.ext.coverage",
|
||||||
"sphinx.ext.viewcode",
|
"sphinx.ext.viewcode",
|
||||||
"sphinx-prompt",
|
"sphinx_prompt",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
sphinx>=2.1.0,!=3.1.0
|
sphinx>=2.1.0,!=3.1.0
|
||||||
sphinx-rtd-theme>=1.2.2
|
sphinx-rtd-theme>=1.2.2
|
||||||
sphinx-prompt>=1.5.0
|
sphinx-prompt>=1.8.0
|
||||||
docutils!=0.18
|
docutils!=0.18
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue