Explorar o código

docs/configuration: Add smv_prefer_remote_refs option

Jan Holthuis %!s(int64=5) %!d(string=hai) anos
pai
achega
f5f5dca28f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/configuration.rst

+ 3 - 0
docs/configuration.rst

@@ -26,6 +26,9 @@ This is what the default configuration looks like:
     # Format for versioned output directories inside the build directory
     smv_outputdir_format = '{ref.name}'
 
+    # Determines whether remote or local git branches/tags are preferred if their output dirs conflict
+    smv_prefer_remote_refs = False
+
 You an override all of these values inside you :file:`conf.py`.
 
 .. note::