Commit 2e238779 by Maarten L. Hekkelman

cleaning up a readthedocs.yaml file

parent b737dd7d
version: 2
build:
os: "ubuntu-22.04"
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- "doxygen"
- "cmake"
- doxygen
- cmake
jobs:
pre_build:
- "cmake -S . -B build -DBUILD_DOCUMENTATION=ON"
- "cmake --build build --target Doxygen"
- cmake -S . -B build -DBUILD_DOCUMENTATION=ON
- cmake --build build --target Doxygen
# Build from the docs/ directory with Sphinx
sphinx:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment