Skip to content

Commit

Permalink
build: Update rtd cfg to their current standards
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed Apr 3, 2023
1 parent 5241b1c commit f08ecbc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
version: 2

python:
version: 3.8
install:
- method: pip
path: .
- method: pip
path: .
extra_requirements:
- dev
- docs
system_packages: true

sphinx:
Expand All @@ -23,4 +20,6 @@ formats:
- pdf

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.9"

0 comments on commit f08ecbc

Please sign in to comment.