Skip to content

Commit

Permalink
fix readthedocs config
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Grant <[email protected]>
  • Loading branch information
geocoug committed Feb 6, 2025
1 parent 1a10003 commit dc5078d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.13"

mkdocs:
configuration: mkdocs.yml

python:
install:
- path: .
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- dev

0 comments on commit dc5078d

Please sign in to comment.