Skip to content

Commit

Permalink
docs: fix readthedocs configuration for the v2 migration
Browse files Browse the repository at this point in the history
The most recent readthedocs configuration update was incomplete.
Specify our dependencies correctly to get it building again.
  • Loading branch information
davvid committed Nov 15, 2023
1 parent 1a81615 commit b5446c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
extra_requirements:
- docs
pip_install: true
install:
- requirements: requirements-dev.txt
- requirements: doc/requirements.txt

0 comments on commit b5446c0

Please sign in to comment.