Skip to content

Commit

Permalink
Attempt 2 to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbarrett314 committed Sep 5, 2024
1 parent 62b367b commit a0e2c70
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.12"
jobs:
post_create_environment:
# Install uv
- curl -LsSf https://astral.sh/uv/install.sh | sh
- uv sync --all-extras --dev
post_install:
- uv pip install "Sphinx<9.0.0" ""sphinx-autodoc-typehints<3.0.0" "sphinx-rtd-theme==3.0.0rc1"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv run python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html

0 comments on commit a0e2c70

Please sign in to comment.