We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a77e4c commit 9ef6500Copy full SHA for 9ef6500
.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.8
12
install:
13
# This runs pip install .[docs] from the project root.
14
- method: pip
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**2.0.16 - 01/29/24**
2
+
3
+ - Fix broken readthedocs build
**2.0.15 - 01/09/24**
- Update PyPI to 2FA with trusted publisher
0 commit comments