From 19e963d35196ad21bfe004b9ac8c0c68d8f5cfcf Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 23 Jan 2025 16:20:51 -0700 Subject: [PATCH] Add sphinx configuration key for readthedocs --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 39006cbb9..e80d705bc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,3 +11,6 @@ build: python: install: - requirements: requirements.txt + +sphinx: + configuration: conf.py