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 efdbb29 commit 14e0c3b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
python: "3"

python:
extra_requirements:
- docs
pip_install: true
install:
- path: .
extra_requirements:
- docs

0 comments on commit 14e0c3b

Please sign in to comment.