From 826d8806147efd4eae6133a99c1c4e58ac0fb45e Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Thu, 26 Oct 2023 20:39:43 +0200 Subject: [PATCH] Fix doc path typo in readthedocs configuration --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4425a81a1..344d14300 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: doc/conf.py # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # python: