Skip to content

Commit 7926c98

Browse files
committed
DOC: Force sphinx on Python 2, for now
1 parent 342efda commit 7926c98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/devel/make_release.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,9 @@ Release checklist
130130
* Check on different platforms, particularly windows and PPC. Look at the
131131
`nipy buildbot`_ automated test runs for this.
132132

133-
* Check the documentation doctests::
133+
* Check the documentation doctests (forcing Python 2)::
134134

135-
cd doc
136-
make doctest
137-
cd ..
135+
make -C doc doctest SPHINXBUILD="python $(which sphinx-build)"
138136

139137
This should also be tested by `nibabel on travis`_.
140138

0 commit comments

Comments
 (0)