Skip to content

Commit

Permalink
fix: readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 18, 2024
1 parent 3bba3cd commit 83770e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

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

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

0 comments on commit 83770e7

Please sign in to comment.