Add Read the Docs build configuration (#12020)

This commit is contained in:
Pradyun Gedam 2023-05-08 14:24:14 +05:30 committed by GitHub
parent 5b1fa83ffc
commit f25f8fffbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: htmldir
configuration: docs/html/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements.txt