From eb517e9ed26c008b9206991d05e2fad0f178278e Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 30 Jan 2025 23:18:35 -0800 Subject: [PATCH] add configuration to readthedocs.yml --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index cdc96298..5fa1c054 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,5 +14,6 @@ python: - requirements: docs/requirements.txt sphinx: + configuration: docs/conf.py builder: html fail_on_warning: true