From f6cfde4487c0d1c1c155f765d2cc6da48fa9a911 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 14 Jan 2025 11:54:31 +0000 Subject: [PATCH] gh-472: fix Sphinx configuration (#473) --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index da56d1d7..c7034ec6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,3 +12,6 @@ python: path: . extra_requirements: - docs + +sphinx: + configuration: docs/conf.py