Skip to content

Commit 4d58fd1

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 1820452 commit 4d58fd1

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
@@ -202,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202202
- Allow any MessagePack supported type as a request key (#240).
203203
- Puting test files in pip package (#238).
204204
- Make connection close idempotent (#250).
205+
- readthedocs version (#255).
205206

206207
## 0.9.0 - 2022-06-20
207208

0 commit comments

Comments
 (0)