cleaning up a readthedocs.yaml file

This commit is contained in:
Maarten L. Hekkelman
2023-09-13 15:23:35 +02:00
parent b737dd7df4
commit 2e23877912

View File

@@ -1,16 +1,16 @@
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: