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.
1 parent 8018a82 commit abd103cCopy full SHA for abd103c
.github/workflows/ci.yml
@@ -72,13 +72,6 @@ jobs:
72
run: sudo apt-get install xsltproc sphinx-common
73
- name: Install Python dependencies
74
run: pip install furo myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
75
- - name: Checkout project sources
76
- uses: actions/checkout@main
77
- with:
78
- ref: master
79
- fetch-depth: 0
80
- - name: Setup Gradle
81
- uses: gradle/actions/setup-gradle@main
82
- name: Build Sphinx documentation with Gradle
83
run: FLOATING_TOC=false ./gradlew gitChangelogTask renderRR xslt xmldoc sphinx
84
- name: Deploy Sphinx documentation
0 commit comments