Skip to content

Commit

Permalink
Attempt at a fix for readthedocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Feb 25, 2025
1 parent e95a055 commit bdd2e4d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
pre_install:
- pip install poetry
- poetry install -E docs --no-root
commands:
- poetry run sphinx-build -b html docs/ _build/html
- pip install poetry
- poetry install -E docs --no-root
- poetry run sphinx-build -b html docs/ _build/html

0 comments on commit bdd2e4d

Please sign in to comment.