We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c64af2d + 130b2d4 commit aa2cd18Copy full SHA for aa2cd18
docs/guides/feature-flags.rst
@@ -18,4 +18,8 @@ Available Flags
18
19
``DONT_SHALLOW_CLONE``: :featureflags:`DONT_SHALLOW_CLONE`
20
21
-``USE_TESTING_BUILD_IMAGE``: :featureflags:`USE_TESTING_BUILD_IMAGE`
+The ``DONT_SHALLOW_CLONE`` flag is useful if your code accesses old commits during docs build,
22
+e.g. python-reno release notes manager is known to do that
23
+(error message line would probably include one of old Git commit id's).
24
+
25
+``USE_TESTING_BUILD_IMAGE``: :featureflags:`USE_TESTING_BUILD_IMAGE`
0 commit comments