From b13b1f8f16fc052a195da57d0ad8f12c7b7ea48d Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 27 Jan 2025 00:10:10 +0100 Subject: [PATCH] Add explicit Sphinx config to .readthedocs.yml (#6507) --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index fd00d3595..7185142fd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,9 @@ build: tools: python: "3.8" +sphinx: + configuration: docs/conf.py + python: install: - method: pip