From 894cbb75bd34413a0cef13be981a6b884138ea30 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 14 Jan 2025 15:56:03 +0800 Subject: [PATCH] docs: add `sphinx.configuration` to .readthedocs.yml Signed-off-by: Jinzhe Zeng --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 499411eaa3..7cda715627 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,5 +10,7 @@ build: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r doc/requirements.txt apt_packages: - inkscape +sphinx: + configuration: doc/conf.py formats: - pdf