Skip to content

Commit 766b44f

Browse files
doc: disable sphinx-prompt
Signed-off-by: Andreas Reichel <[email protected]>
1 parent ce8997d commit 766b44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
needs_sphinx = '1.0'
55
add_function_parentheses = True
66

7-
extensions = ['myst_parser', 'sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel', 'sphinx.ext.extlinks', 'sphinx-prompt', 'sphinx_substitution_extensions', 'sphinx_inline_tabs', 'pygments.sphinxext', ]
7+
extensions = ['myst_parser', 'sphinx.ext.autodoc', 'sphinx.ext.autosectionlabel', 'sphinx.ext.extlinks', 'sphinx_substitution_extensions', 'sphinx_inline_tabs', 'pygments.sphinxext', ]
88

99
issues_github_path = "JSQLParser/JSqlParser"
1010

0 commit comments

Comments
 (0)