Skip to content

Commit

Permalink
πŸ“πŸ”§ Upgrade the RTD configuration
Browse files Browse the repository at this point in the history
The new config schema is stricter and the old one will stop working
soon.
  • Loading branch information
webknjaz committed Dec 26, 2023
1 parent 3faf5fa commit a96f8e4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
version: 2
---

formats: all
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: 3.7

python:
version: 3.7
install:
- requirements: requirements/doc.txt

sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true

...

0 comments on commit a96f8e4

Please sign in to comment.