Skip to content

Commit

Permalink
docs: .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 24, 2023
1 parent 61721b0 commit 3f748dc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ReadTheDocs configuration.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html

version: 2

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

sphinx:
builder: html
configuration: doc/conf.py

# Build all the formats
formats: all

python:
install:
- requirements: requirements.pip
- method: pip
path: .

0 comments on commit 3f748dc

Please sign in to comment.