summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-12-14 13:09:34 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2017-12-14 13:09:49 +0000
commitef85302323796ebab58ed7df2ff2417b96d7b021 (patch)
tree1235781fd81673ed3ee95a0992caa19ebc80cdfb
parentc84b836c47f108ff52bae8b6f613f26c96413366 (diff)
downloadbuildstream-ef85302323796ebab58ed7df2ff2417b96d7b021.tar.gz
doc: Remove stray documentation of obsolete required-versions fields
-rw-r--r--doc/source/projectconf.rst18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index f1fece452..565de3601 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -154,24 +154,6 @@ The project's minimum required version of buildstream is specified in
# The minimum base BuildStream format
required-project-version: 0
-Versioning
-~~~~~~~~~~
-
-The ``project.conf`` allows asserting the minimal required core
-format version and the minimal required version for individual
-plugins.
-
-.. code:: yaml
-
- required-versions:
-
- project: 0
-
- # The minimum version of the autotools element
- elements:
- autotools: 3
-
-
.. _project_options: