Skip to content

Commit

Permalink
[Doc] readthedocs: configuration key build.image is deprecated, chang…
Browse files Browse the repository at this point in the history
…ed to build.os (#71)

* update to new configuration keys

* add tools key to config

* fix indentation

* remove deprecated key for python version
  • Loading branch information
Moritz-Alexander-Kern authored Nov 8, 2023
1 parent 1262119 commit 4dbff53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
version: 2

build:
image: latest

os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: html
configuration: doc/conf.py

python:
version: 3.8
install:
- requirements: requirements/requirements-docs.txt
- method: pip
Expand Down

0 comments on commit 4dbff53

Please sign in to comment.