diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-26 22:57:19 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-26 23:03:57 +0100 |
commit | 12dcf6003d1cf9f7e23ca277b94078bbedd873bf (patch) | |
tree | 8731e9a33fd2082888866f5080ce794fac1e1ecc /.github | |
parent | d2c1d3f8adbe313e1861510b944b062f91208668 (diff) | |
download | club1-docs-12dcf6003d1cf9f7e23ca277b94078bbedd873bf.tar.gz club1-docs-12dcf6003d1cf9f7e23ca277b94078bbedd873bf.zip |
add sphinx-intl to github action build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9cea54..2ff04d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Build HTML uses: XanaduAI/sphinx-action@08cb9868314fb5be5f28644b540a38b8faaf8e87 with: - pre-build-command: pip install myst-parser sphinx-rtd-theme + pre-build-command: sudo pip install myst-parser sphinx-rtd-theme sphinx-intl docs-folder: . - name: Install RSA key env: |