mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
trying to fix readthedocs builds unable to install cadquery-ocp==7.7.1 from pypi with manylinux 2.35
17 lines
304 B
YAML
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
|