Skip to content

Commit 62cab73

Browse files
Bugfix readthedocs (pypsa-meets-earth#1292)
* Bugfix readthedocs Minor changes: - fix readthedocs by explicitely defining a config file in .readthedocs.yaml * Update release_notes
1 parent 3723590 commit 62cab73

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
version: 2
66

7+
sphinx:
8+
configuration: doc/conf.py
9+
710
build:
811
os: ubuntu-22.04
912
tools:

doc/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ This part of documentation collects descriptive release notes to capture the mai
2323

2424
* Fix overlapping bus regions when alternative clustering is selected `PR #1287 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1287>`__
2525

26+
* Fix readthedocs by explicitly specifying the location of the Sphinx config `PR #1292 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1292>`__
27+
2628
PyPSA-Earth 0.6.0
2729
=================
2830

0 commit comments

Comments
 (0)