mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
28 lines
431 B
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
|