From 5d1f7cf9f0ca97ba2f45bf6443fbd7412f2d20ae Mon Sep 17 00:00:00 2001 From: Jonathan Springer Date: Wed, 29 Oct 2014 11:51:28 -0400 Subject: [PATCH] Fix mudraw location for Mac OS X and change sphinx build to use the python 3.4 version --- osx/config.ini.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/config.ini.default b/osx/config.ini.default index 801501f..850d029 100644 --- a/osx/config.ini.default +++ b/osx/config.ini.default @@ -1,11 +1,11 @@ [executables] -sphinx = sphinx-build-2.7 +sphinx = sphinx-build-3.4 pyinstaller = %(projects)s/pyinstaller/pyinstaller.py lrelease = lrelease diskutil = diskutil hdiutil = hdiutil osascript = osascript -mudrawbin = /opt/local/bin/mudraw +mudrawbin = mudraw [paths] branch = %(projects)s/trunk