Skip to content

Commit fb9a02a

Browse files
authored
Merge pull request #1907 from mgorny/sphinx-prompt-1.8.0
update plugins for sphinx-prompt-1.8.0
2 parents 88a4f9b + 26d3184 commit fb9a02a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"sphinx.ext.todo",
3535
"sphinx.ext.coverage",
3636
"sphinx.ext.viewcode",
37-
"sphinx-prompt",
37+
"sphinx_prompt",
3838
]
3939

4040
# Add any paths that contain templates here, relative to this directory.

docs/source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx>=2.1.0,!=3.1.0
22
sphinx-rtd-theme>=1.2.2
3-
sphinx-prompt>=1.5.0
3+
sphinx-prompt>=1.8.0
44
docutils!=0.18

0 commit comments

Comments
 (0)