From 9e800a4e3c81bea598ea576c7c381266e1112050 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 20 Jan 2025 15:10:03 -0800 Subject: [PATCH] readthedocs config: add sphinx configuration key https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 38e6782a..71ae52cd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,3 +14,6 @@ python: install: - requirements: requirements.txt - requirements: docs/requirements.txt + +sphinx: + configuration: docs/conf.py