Skip to content

Commit

Permalink
docs: address RTD build deprecation
Browse files Browse the repository at this point in the history
Switch to 'build.os' instead of 'build.image' to address the deprecation
of the 'build.image' config key in Read the Docs. This change is
necessary for successful documentation building.
  • Loading branch information
clnsmth authored Sep 18, 2023
1 parent c9ebad3 commit 85e3fde
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 @@ -3,11 +3,12 @@ version: 2

# Image to use
build:
image: testing
os: "ubuntu-22.04"
tools:
python: "3.9"

# Configuration
python:
version: 3.9
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 85e3fde

Please sign in to comment.