Skip to content

Commit

Permalink
Merge pull request #740 from nationalarchives/chore/simplify-api-docs…
Browse files Browse the repository at this point in the history
…-generation

Pin Python version for building docs to 3.12
  • Loading branch information
jacksonj04 authored Oct 28, 2024
2 parents e273714 + 5386fd4 commit 6d7a118
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

- uses: abatilo/[email protected]
with:
poetry-version: 1.4.2

- run: poetry install --only docs
- run: poetry install --with docs

- run: poetry run pdoc -o docs/ src/caselawclient

Expand Down

0 comments on commit 6d7a118

Please sign in to comment.