We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c6db1 commit bec8d46Copy full SHA for bec8d46
.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
@@ -204,6 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204
- Allow any MessagePack supported type as a request key (#240).
205
- Puting test files in pip package (#238).
206
- Make connection close idempotent (#250).
207
+- readthedocs version (#255).
208
209
## 0.9.0 - 2022-06-20
210
0 commit comments