We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sphinx-prompt
1 parent 50e75d6 commit ce8997dCopy full SHA for ce8997d
.github/workflows/ci.yml
@@ -49,7 +49,8 @@ jobs:
49
- name: Install XSLT Processor
50
run: sudo apt-get install xsltproc sphinx-common
51
- name: Install Python dependencies
52
- run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
+ #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
54
- name: Build Sphinx documentation with Gradle
55
run: FLOATING_TOC=false ./gradlew -DFLOATING_TOC=false gitChangelogTask renderRR xslt xmldoc sphinx
56
- name: Deploy Sphinx documentation
0 commit comments