Skip to content

Commit

Permalink
Merge pull request #5701 from gorshunovr/patch-2
Browse files Browse the repository at this point in the history
Update flags documentation
  • Loading branch information
ericholscher authored Jun 5, 2019
2 parents c64af2d + 130b2d4 commit aa2cd18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/guides/feature-flags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ Available Flags

``DONT_SHALLOW_CLONE``: :featureflags:`DONT_SHALLOW_CLONE`

``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,
e.g. python-reno release notes manager is known to do that
(error message line would probably include one of old Git commit id's).

``USE_TESTING_BUILD_IMAGE``: :featureflags:`USE_TESTING_BUILD_IMAGE`

0 comments on commit aa2cd18

Please sign in to comment.