Skip to content

Commit

Permalink
Update readthedocs to version 2 (#3986)
Browse files Browse the repository at this point in the history
* RTD requires all projects to move to version 2
* See: https://blog.readthedocs.com/migrate-configuration-v2/

Signed-off-by: Bob Fahr <[email protected]>
  • Loading branch information
bfahr authored Jan 4, 2024
1 parent f425199 commit 5663c54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

build:
os: ubuntu-22.04
apt_packages:
- pandoc
tools:
python: "3.11"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
8 changes: 0 additions & 8 deletions readthedocs.yml

This file was deleted.

0 comments on commit 5663c54

Please sign in to comment.