Skip to content

Commit

Permalink
🔧 Use docs:build in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Aug 22, 2024
1 parent c85d7cd commit e4fa6be
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/source/conf.py
python: "3.12"
jobs:
pre_create_environment:
- pip install hatch
- hatch -e docs dep show requirements > requirements-docs.txt

formats:
- htmlzip
- pdf

python:
install:
- requirements: docs/requirements.txt
- requirements: requirements-docs.txt

sphinx:
configuration: docs/source/conf.py

0 comments on commit e4fa6be

Please sign in to comment.