Skip to content

Commit ce8997d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Install XSLT Processor
5050
run: sudo apt-get install xsltproc sphinx-common
5151
- name: Install Python dependencies
52-
run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
52+
#run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
53+
run: pip install furo myst_parser sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
5354
- name: Build Sphinx documentation with Gradle
5455
run: FLOATING_TOC=false ./gradlew -DFLOATING_TOC=false gitChangelogTask renderRR xslt xmldoc sphinx
5556
- name: Deploy Sphinx documentation

0 commit comments

Comments
 (0)