Skip to content

build: upper bound for sphinx #1521

build: upper bound for sphinx

build: upper bound for sphinx #1521

Workflow file for this run

name: Documentation Build
on: [push, pull_request]
jobs:
docbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.2
with:
environments: docs
- run: pixi run --environment docs docbuild
doctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.2
with:
environments: docs
- name: Install locales
run: |
sudo apt-get install language-pack-fr
sudo localedef -i fr_FR -f UTF-8 fr_FR
- run: pixi run --environment docs doctest