From 60f0536197f01f3f7bcdf86b8539f7ca3dc7b574 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 13 Jan 2025 12:58:53 -0700 Subject: [PATCH] docs: Add required sphinx configuration for readthedocs --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3b71e22d..00c0eb4f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,3 +13,6 @@ python: path: . extra_requirements: - docs + +sphinx: + configuration: docs/conf.py