diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 283fa0f12..790a7035f 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -13,11 +13,11 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Fetch Dependencies - run: sudo pip3 install -r requirements.txt + run: sudo pip3 install --break-system-packages -r requirements.txt - name: Generate Docs run: make SPHINXOPTS="-W --keep-going" diff --git a/requirements.txt b/requirements.txt index aec4dd5a7..ae8fc3c05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Jinja2==3.1.4 -Pygments>=2.12.0 +Pygments==2.17.2 docutils==0.17.1 sphinx_rtd_theme==2.0.0 Sphinx==5.3.0