Skip to content

Commit

Permalink
docs: Replace deprecated ReadTheDocs options
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Aug 10, 2023
1 parent e08de0b commit c703c1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
version: 2

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

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .

sphinx:
builder: htmldir
configuration: docs/conf.py
builder: htmldir

formats: all

0 comments on commit c703c1e

Please sign in to comment.