We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1820452 commit 4d58fd1Copy full SHA for 4d58fd1
.readthedocs.yaml
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+build:
4
+ os: "ubuntu-20.04"
5
+ tools:
6
+ python: "3.10"
7
+ jobs:
8
+ post_checkout:
9
+ - git fetch --unshallow
10
11
+python:
12
+ install:
13
+ - method: pip
14
+ path: .
15
+ - requirements: docs/requirements.txt
CHANGELOG.md
@@ -202,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
- Allow any MessagePack supported type as a request key (#240).
203
- Puting test files in pip package (#238).
204
- Make connection close idempotent (#250).
205
+- readthedocs version (#255).
206
207
## 0.9.0 - 2022-06-20
208
0 commit comments