Files
ai-marketplace-monitor/.readthedocs.yml
Bo 7c2be169fc Read the docs (#245)
* move docs to readthedocs
2025-08-08 10:34:47 -05:00

26 lines
462 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
post_create_environment:
# Install uv for faster dependency resolution
- pip install uv
post_install:
# Install the package with documentation dependencies
- uv pip install -e .[docs]
formats: all
sphinx:
configuration: docs/conf.py
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .