diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 8d5f378e..ce6f9203 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.11' cache: "pip" cache-dependency-path: "setup.cfg" @@ -35,7 +35,7 @@ jobs: run: pip install --no-deps -v . - name: Install documenteer - run: pip install 'documenteer[pipelines]<0.8' + run: pip install 'documenteer[pipelines]>=0.8' - name: Build documentation working-directory: ./doc