Skip to content

Commit

Permalink
use YAML content like RTD example
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed May 5, 2023
1 parent f8aee25 commit b63e993
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2

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

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

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

0 comments on commit b63e993

Please sign in to comment.