From 9dd76c7ce546caa3328557de71b51719288762d6 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Tue, 4 Mar 2025 22:07:56 +0000 Subject: [PATCH] Explicit sphinx config path This is now required by ReadTheDocs; see https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a91352d4..58505775 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,6 +10,9 @@ python: submodules: include: all +sphinx: + configuration: docs/conf.py + build: os: ubuntu-22.04 tools: