diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml index ba23873..7fdd0c4 100644 --- a/.github/workflows/python-docs.yml +++ b/.github/workflows/python-docs.yml @@ -35,7 +35,7 @@ jobs: uses: ./.github/actions/setup-python-env with: include-docs: "true" - extra-args: "--all-packages -U --prerelease=if-necessary-or-explicit" + extra-args: "--all-packages" - name: Build documentation run: uv run python scripts/generate_docs.py