Merge pull request #3218 from bdarnell/readthedocs-config

docs: Add config file for readthedocs
This commit is contained in:
Ben Darnell 2023-01-20 14:26:57 -05:00 committed by GitHub
commit f09e8947eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.readthedocs.yaml Normal file
View File

@ -0,0 +1,17 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: docs/requirements.txt