Skip to content

Commit

Permalink
Migrate .readthedocs.yml to use build.os (#1258)
Browse files Browse the repository at this point in the history
Since build.image is being deprecated[0], this changes the config
to use the new format.

[0]: https://blog.readthedocs.com/use-build-os-config/
  • Loading branch information
facutuesca authored Oct 3, 2023
1 parent 0e78828 commit a35c608
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
version: 2

build:
image: "7.0"

python:
version: "3"
install:
- method: pip
path: .
extra_requirements:
- docs
os: "ubuntu-22.04"
tools:
python: "3"
jobs:
post_install:
- pip install .[docs]

0 comments on commit a35c608

Please sign in to comment.