From 51e757252dca30894c7281f0034c2647b9a16172 Mon Sep 17 00:00:00 2001 From: Kartik Pradeepan Date: Tue, 22 Jul 2025 09:13:28 -0400 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 57a75f48..d48614fe 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,8 +3,11 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.11" python: install: - requirements: docs/requirements.txt + +sphinx: + configuration: docs/source/conf.py