Skip to content

Commit

Permalink
CI: Update RTD configuration file
Browse files Browse the repository at this point in the history
RTD has finished their switch to requiring version 2 of their
configuration file and we must now update to work with it.

Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: Ie4e268d1fe3f967ed0cdf638950783f9d794fdd3
  • Loading branch information
tykeal committed Nov 29, 2023
1 parent 90b91a0 commit 3a3a3e5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
version: 2

formats:
- htmlzip

requirements_file: requirements.txt

build:
image: latest
os: ubuntu-20.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements.txt

0 comments on commit 3a3a3e5

Please sign in to comment.