Skip to content

Commit

Permalink
Migrate .readthedocs.yml to use build.os
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 committed Oct 3, 2023
1 parent d129af2 commit 62f524c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
version: 2

build:
image: "7.0"

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

0 comments on commit 62f524c

Please sign in to comment.