NO BUG - Change Sphinx path for build system docs to work around a silly URL firewall

--HG--
extra : rebase_source : cb010c0986603c83d47912876ee401027eea4771
This commit is contained in:
Gregory Szorc 2013-12-18 11:15:45 -08:00
Родитель 2e5284f31f
Коммит 8b8a51e87e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
SPHINX_TREES['build'] = 'docs'
# This cannot be named "build" because of bug 922191.
SPHINX_TREES['buildsystem'] = 'docs'
if CONFIG['OS_ARCH'] not in ('WINNT', 'OS2'):
DIRS += ['unix']