From fb581bbe52f0fbc22e628d41ff4a72b60d8820a2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Nov 2015 19:05:38 -0500 Subject: [PATCH] DOC: Force sphinx on Python 2, for now --- doc/source/devel/make_release.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/devel/make_release.rst b/doc/source/devel/make_release.rst index 9fda1044e7..5d46d72f55 100644 --- a/doc/source/devel/make_release.rst +++ b/doc/source/devel/make_release.rst @@ -130,11 +130,9 @@ Release checklist * Check on different platforms, particularly windows and PPC. Look at the `nipy buildbot`_ automated test runs for this. -* Check the documentation doctests:: +* Check the documentation doctests (forcing Python 2):: - cd doc - make doctest - cd .. + make -C doc doctest SPHINXBUILD="python $(which sphinx-build)" This should also be tested by `nibabel on travis`_.