From 44d340a298a53e579604ff893d567647362ea436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 15 Jul 2022 14:02:39 +0200 Subject: [PATCH] inspect: add versionadded to docs --- docs/html/cli/pip_inspect.rst | 1 + docs/html/reference/inspect-report.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/html/cli/pip_inspect.rst b/docs/html/cli/pip_inspect.rst index 66217735ed1..2aa8bd3b846 100644 --- a/docs/html/cli/pip_inspect.rst +++ b/docs/html/cli/pip_inspect.rst @@ -4,6 +4,7 @@ pip inspect =========== +.. versionadded:: 22.2 Usage diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md index fbd43cd7890..4d367da9de8 100644 --- a/docs/html/reference/inspect-report.md +++ b/docs/html/reference/inspect-report.md @@ -1,5 +1,8 @@ # `pip inspect` JSON output specification +```{versionadded} 22.2 +``` + The `pip inspect` command produces a detailed JSON report of the Python environment, including installed distributions.