From 276b90bf41b2a1c720551f0ac2b90722ff8edf87 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:40:43 +0100 Subject: [PATCH] docs: fix build for RTFD (#2903) --- docs/.readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index ba81077847d..6fde686a020 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -23,6 +23,8 @@ version: 2 # reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx sphinx: fail_on_warning: true + # Path to your Sphinx configuration file. + configuration: docs/source/conf.py build: os: "ubuntu-22.04"