Skip to content

Commit 3d648cc

Browse files
committed
RTD: Don't use shallow clone (to get last-changed dates)
1 parent b4dc4be commit 3d648cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ build:
88
# using Sphinx extension sphinxcontrib.rsvgconverter, see
99
# https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
1010
- librsvg2-bin
11+
jobs:
12+
post_checkout:
13+
- git fetch --unshallow || true
1114
python:
1215
install:
1316
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)