Skip to content

Commit bec8d46

Browse files
doc: fix readthedocs version
Use unshallow clone [1] to negate the default readthedocs clone with depth 50. 1. readthedocs/readthedocs.org#9708 (comment) Closes #255
1 parent 26c6db1 commit bec8d46

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204204
- Allow any MessagePack supported type as a request key (#240).
205205
- Puting test files in pip package (#238).
206206
- Make connection close idempotent (#250).
207+
- readthedocs version (#255).
207208

208209
## 0.9.0 - 2022-06-20
209210

0 commit comments

Comments
 (0)