Merge pull request #14500 from qlyoung/add-rtd-config

doc: add .readthedocs.yaml configs
This commit is contained in:
Donatas Abraitis 2023-09-28 12:36:29 +03:00 committed by GitHub
commit 6a9fe6fac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/developer/conf.py
python:
install:
- requirements: doc/requirements.txt

View File

@ -0,0 +1,16 @@
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/user/conf.py
python:
install:
- requirements: doc/requirements.txt