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.
2 parents 0b79be9 + da728c8 commit ae4b134Copy full SHA for ae4b134
1 file changed
.github/workflows/builddoc.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v5
14
with:
15
- python-version: '3.11'
+ python-version: '3.13'
16
17
- name: Installation de Sphinx
18
- run: pip install sphinx==8.1.3 sphinx-intl sphinx-book-theme==1.1.3
+ run: pip install sphinx==9.1.0 sphinx-intl sphinx-book-theme
19
20
- name: Compilation de la version française
21
run: sphinx-build doc/fr doc/_build/fr
0 commit comments