From 175550befa9054fa0f7b5d15b7905266c00d4dd1 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Mon, 2 Sep 2024 20:28:30 +0100 Subject: [PATCH] Our conf is at doc/conf.py, not docs/conf.py --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46..a8c59b4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: doc/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references