From 6220bc5d26919050bee52eeb1f9f5ffc7d0a76fa Mon Sep 17 00:00:00 2001
From: Andreas Schenk <andreas_schenk@hms.harvard.edu>
Date: Fri, 15 Jun 2012 15:18:38 -0400
Subject: [PATCH] added sphinx-build-2.7 to doc/make.py

---
 doc/make.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/make.py b/doc/make.py
index d02fe47d6..39d6fa3b7 100644
--- a/doc/make.py
+++ b/doc/make.py
@@ -92,7 +92,7 @@ if opts.quiet:
 
 for sub_dir in ('modules',):
   os.path.walk(sub_dir, _CollectRstDocs, 'doc/source')
-sphinx_bin=settings.Locate(['sphinx-build', 'sphinx-build-2.6'])
+sphinx_bin=settings.Locate(['sphinx-build', 'sphinx-build-2.6','sphinx-build-2.7'])
 
 if opts.html:
   cmd='%s %s -b html -c %s %s %s' % (sphinx_bin, opt_str, 
-- 
GitLab