From 62cab7344f199a96b27e5c5c5e5c4e5724350828 Mon Sep 17 00:00:00 2001 From: Eric Nitschke <152230633+Eric-Nitschke@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:44:52 +0100 Subject: [PATCH] Bugfix readthedocs (#1292) * Bugfix readthedocs Minor changes: - fix readthedocs by explicitely defining a config file in .readthedocs.yaml * Update release_notes --- .readthedocs.yaml | 3 +++ doc/release_notes.rst | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e04e28caf..2bac06440 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,9 @@ version: 2 +sphinx: + configuration: doc/conf.py + build: os: ubuntu-22.04 tools: diff --git a/doc/release_notes.rst b/doc/release_notes.rst index f53037d72..9b0aa58a3 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -23,6 +23,8 @@ This part of documentation collects descriptive release notes to capture the mai * Fix overlapping bus regions when alternative clustering is selected `PR #1287 `__ +* Fix readthedocs by explicitly specifying the location of the Sphinx config `PR #1292 `__ + PyPSA-Earth 0.6.0 =================