summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-06 22:12:10 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-06 22:12:10 +0900
commit5a0f56af779c18eee27d1ae2d617faa4b01f1687 (patch)
treec28dcce9407ac8d925424bd4070930d76761c3b6
parentec5ee795f6b730e1013edb2faff60e07041a9cd3 (diff)
downloadbuildstream-5a0f56af779c18eee27d1ae2d617faa4b01f1687.tar.gz
doc/source/projectconfig.rst: Document `sources` overrides as since format version 1
This was added slightly before format version 1, but was done without a version increment. Previous format versions cannot be relied upon for use of this feature.
-rw-r--r--doc/source/projectconf.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index 2f7e4aa7a..c09288098 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -716,6 +716,10 @@ configuration data as shown below.
config:
checkout-submodules: False
+.. note::
+
+ The ``sources`` override is available since :ref:`format version 1 <project_format_version>`
+
.. _project_builtin_defaults: