Python tox.ini [foo:bar] 部分继承自 [foo] 的 tox 文档?

Python tox documentation for tox.ini [foo:bar] section inheriting from [foo]?

描述部分继承的 tox 文档在哪里?例如,对于以下内容,[testenv:py27] 继承自 [testenv]

[testenv]
command = py.test {toxinidir}/test
deps = pytest

[testenv:py27]
basepython = python2.7

我在这里没有看到任何提及:http://tox.readthedocs.org/en/latest/example/basic.html

这在"Virtual test environment settings" section of the tox configuration specification中有描述。