File: //opt/agentcloud/airbyte/.readthedocs.yaml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
configuration: airbyte-cdk/python/reference_docs/_source/conf.py
# Set the version of Python and requirements required to build your docs
python:
install:
- method: pip
path: airbyte-cdk/python
extra_requirements:
- sphinx-docs