We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dea51d commit f92e3a1Copy full SHA for f92e3a1
.readthedocs.yml
@@ -4,8 +4,11 @@ version: 2
4
5
# Configure the python version and environment construction run before
6
# docs are built.
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.11"
11
python:
- version: 3.9
12
install:
13
# This runs pip install .[docs] from the project root.
14
- method: pip
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**1.5.4 - 01/29/24**
2
+
3
+ - Fix broken readthedocs build
**1.5.3 - 01/04/24**
- Hard-code psimulate test cluster requirements
0 commit comments