From bb9def646e9a9fe700ea43a4cec56b0ea81cac11 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Tue, 4 Feb 2025 14:13:52 -0600 Subject: [PATCH] add sphinx config entry to .readthedocs.yaml --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9817c5a..34749a9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,10 @@ build: tools: python: "3.10" +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/conf.py + # Optionally declare the Python requirements required to build your docs python: install: