mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
21 lines
289 B
YAML
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
|