Skip to content

Commit f92e3a1

Browse files
authored
fix broken build on readthedocs (#208)
1 parent 5dea51d commit f92e3a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ version: 2
44

55
# Configure the python version and environment construction run before
66
# docs are built.
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
711
python:
8-
version: 3.9
912
install:
1013
# This runs pip install .[docs] from the project root.
1114
- method: pip

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**1.5.4 - 01/29/24**
2+
3+
- Fix broken readthedocs build
4+
15
**1.5.3 - 01/04/24**
26

37
- Hard-code psimulate test cluster requirements

0 commit comments

Comments
 (0)