Skip to content

Commit

Permalink
Fix ReadTheDocs config (#287)
Browse files Browse the repository at this point in the history
Seeing this in the failed builds:

> The configuration key "build.image" is deprecated. Use "build.os" instead to continue building your project. Read more at https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os

Updating following [this](https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#use-a-requirements-file-for-python-dependencies)
  • Loading branch information
aabmass authored Oct 17, 2023
1 parent a798696 commit e6109c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sphinx:
configuration: docs/conf.py

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

python:
version: 3.8
install:
- requirements: docs-requirements.txt

0 comments on commit e6109c1

Please sign in to comment.