build123d/.readthedocs.yaml

28 lines
431 B
YAML

version: 2
formats:
- epub
- pdf
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
apt_packages:
- graphviz
# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
# Explicitly set the version of Python and its requirements
# python:
# install:
# - requirements: docs/requirements.txt