Skip to content

Commit 9ef6500

Browse files
authored
fix broken build on readthedocs (#58)
1 parent 1a77e4c commit 9ef6500

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.8
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+
**2.0.16 - 01/29/24**
2+
3+
- Fix broken readthedocs build
4+
15
**2.0.15 - 01/09/24**
26

37
- Update PyPI to 2FA with trusted publisher

0 commit comments

Comments
 (0)