Fix mudraw location for Mac OS X and change sphinx build to use the python 3.4 version

This commit is contained in:
Jonathan Springer 2014-10-29 11:51:28 -04:00
parent b06ffcbb40
commit 5d1f7cf9f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
[executables] [executables]
sphinx = sphinx-build-2.7 sphinx = sphinx-build-3.4
pyinstaller = %(projects)s/pyinstaller/pyinstaller.py pyinstaller = %(projects)s/pyinstaller/pyinstaller.py
lrelease = lrelease lrelease = lrelease
diskutil = diskutil diskutil = diskutil
hdiutil = hdiutil hdiutil = hdiutil
osascript = osascript osascript = osascript
mudrawbin = /opt/local/bin/mudraw mudrawbin = mudraw
[paths] [paths]
branch = %(projects)s/trunk branch = %(projects)s/trunk