OpenMC/.readthedocs.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
333 B
YAML
Raw Normal View History

2021-11-11 16:49:48 -06:00
version: 2
build:
os: "ubuntu-24.04"
2021-11-11 16:49:48 -06:00
tools:
2025-01-08 11:47:25 -06:00
python: "3.12"
jobs:
post_checkout:
- git fetch --unshallow || true
- cd docs/doxygen && doxygen && cd -
2021-11-11 16:49:48 -06:00
sphinx:
configuration: docs/source/conf.py
2026-04-03 00:01:30 +02:00
formats:
- pdf
2021-11-11 16:49:48 -06:00
python:
install:
- method: pip
path: .
extra_requirements:
- docs