Skip to content

Commit

Permalink
.readthedocs.yml: Uses expected name and updates to latest specs
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Aug 9, 2023
1 parent eeecd5b commit 41b1e6e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---

version: 2

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

formats: all

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

sphinx:
configuration: docs/conf.py

...

0 comments on commit 41b1e6e

Please sign in to comment.