Skip to content

Commit

Permalink
Update flags documentation
Browse files Browse the repository at this point in the history
Update flags documentation with information on when DONT_SHALLOW_CLONE
could be useful.
  • Loading branch information
gorshunovr committed May 20, 2019
1 parent 0bac470 commit 9997271
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides/feature-flags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ Available Flags
``MKDOCS_THEME_RTD``: :featureflags:`MKDOCS_THEME_RTD`

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

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).

0 comments on commit 9997271

Please sign in to comment.