Skip to content

Commit

Permalink
DOC: Force sphinx on Python 2, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 23, 2015
1 parent 1bc3d43 commit fb581bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/source/devel/make_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.

Expand Down

0 comments on commit fb581bb

Please sign in to comment.