build123d/.readthedocs.yaml
jdegenstein 010d293228
Update .readthedocs.yaml to ubuntu-22.04
trying to fix readthedocs builds unable to install cadquery-ocp==7.7.1 from pypi with manylinux 2.35
2023-09-28 11:29:16 -05:00

17 lines
304 B
YAML

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