Skip to content

Commit ae4b134

Browse files
authored
Merge pull request #45 from calculquebec/update-workflow
Mise à jour des paquets utilisés pour la génération du site
2 parents 0b79be9 + da728c8 commit ae4b134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builddoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.13'
1616

1717
- name: Installation de Sphinx
18-
run: pip install sphinx==8.1.3 sphinx-intl sphinx-book-theme==1.1.3
18+
run: pip install sphinx==9.1.0 sphinx-intl sphinx-book-theme
1919

2020
- name: Compilation de la version française
2121
run: sphinx-build doc/fr doc/_build/fr

0 commit comments

Comments
 (0)