From 8aa060666028f880a98322adceb8b44008c382b5 Mon Sep 17 00:00:00 2001 From: Patrick Bechon Date: Sun, 25 Feb 2024 23:40:59 +0100 Subject: [PATCH] Fix readthedocs config --- .readthedocs.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 36301a6..14404dd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,17 @@ -# Required version: 2 -# Build documentation in the "docs/" directory with Sphinx +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + jobs: + pre_build: + - doxygen ./extras/docs/Doxyfile + sphinx: - configuration: extras/docs/conf.py + builder: html + configuration: ./extras/docs/conf.py + +python: + install: + - requirements: ./extras/docs/requirements.txt \ No newline at end of file