OpenMC/.readthedocs.yaml
2026-04-02 17:01:30 -05:00

21 lines
289 B
YAML

version: 2
build:
os: "ubuntu-24.04"
tools:
python: "3.12"
jobs:
post_checkout:
- git fetch --unshallow || true
sphinx:
configuration: docs/source/conf.py
formats:
- pdf
python:
install:
- method: pip
path: .
extra_requirements:
- docs