Skip to content

Commit 2eb1ff0

Browse files
committed
Try to fix issue on RTD
1 parent 73fbac7 commit 2eb1ff0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ build:
55
os: ubuntu-24.04
66
tools:
77
python: '3.13'
8+
jobs:
9+
# Avoid issues with depending on a particular version of this
10+
# package from another package.
11+
# We need our tags in order to calculate the version.
12+
# See https://github.com/astral-sh/uv/issues/8148.
13+
pre_install: [git fetch --tags]
814

915
python:
1016
install:

0 commit comments

Comments
 (0)