Skip to content

Commit

Permalink
Run readthedocs using commands instead of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg authored Jun 24, 2024
1 parent e559faa commit 59096c1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.10"
jobs:
post_create_environment:
commands:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with dev

sphinx:
configuration: docs/source/conf.py
- cd docs
- poetry run make $READTHEDOCS_OUTPUT/html

0 comments on commit 59096c1

Please sign in to comment.