Commit 2e238779 by Maarten L. Hekkelman

cleaning up a readthedocs.yaml file

parent b737dd7d
version: 2 version: 2
build: build:
os: "ubuntu-22.04" os: ubuntu-22.04
tools: tools:
python: "3.11" python: "3.11"
apt_packages: apt_packages:
- "doxygen" - doxygen
- "cmake" - cmake
jobs: jobs:
pre_build: pre_build:
- "cmake -S . -B build -DBUILD_DOCUMENTATION=ON" - cmake -S . -B build -DBUILD_DOCUMENTATION=ON
- "cmake --build build --target Doxygen" - cmake --build build --target Doxygen
# Build from the docs/ directory with Sphinx # Build from the docs/ directory with Sphinx
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