Skip to content

Commit

Permalink
try to fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jthurner committed Dec 5, 2024
1 parent 4dfc057 commit 5dce2ab
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a #v4.2.0
with:
python-version: 3.11

- name: Generate requirements.txt
run: uv pip compile pyproject.toml --extra docs -o doc/requirements.txt

- name: Check docs for Python 3.11
uses: ammaraskar/sphinx-action@7.4.7
with:
pre-build-command: "python -m pip install pyproject.toml --extra docs"
build-command: "sphinx-build -b html source _build -W"
docs-folder: "doc/"

0 comments on commit 5dce2ab

Please sign in to comment.