We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bac470 commit 9997271Copy full SHA for 9997271
docs/guides/feature-flags.rst
@@ -27,3 +27,7 @@ Available Flags
27
``MKDOCS_THEME_RTD``: :featureflags:`MKDOCS_THEME_RTD`
28
29
``DONT_SHALLOW_CLONE``: :featureflags:`DONT_SHALLOW_CLONE`
30
+
31
+The ``DONT_SHALLOW_CLONE`` flag is useful if your code accesses old commits during docs build,
32
+e.g. python-reno release notes manager is known to do that
33
+(error message line would probably include one of old Git commit id's).
0 commit comments