Skip to content

Commit d5e3f0c

Browse files
committed
Use versionchanged syntax
1 parent 577c86c commit d5e3f0c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/html/topics/caching.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ While this cache attempts to minimize network activity, it does not prevent
2727
network access altogether. If you want a local install solution that
2828
circumvents accessing PyPI, see {ref}`Installing from local packages`.
2929

30-
In versions prior to 23.2, this cache was stored in a directory called `http` in
31-
the main cache directory (see below for its location). In 23.2 and later, a new
32-
cache format is used, stored in a directory called `http-v2`. If you have
33-
completely switched to newer versions of `pip`, you may wish to delete the old
34-
directory.
30+
```{versionchanged} 23.3
31+
A new cache format is now used, stored in a directory called `http-v2` (see
32+
below for this directory's location). Previously this cache was stored in a
33+
directory called `http` in the main cache directory. If you have completely
34+
switched to newer versions of `pip`, you may wish to delete the old directory.
35+
```
3536

3637
(wheel-caching)=
3738

0 commit comments

Comments
 (0)