diff --git a/.travis.yml b/.travis.yml index de2acbb79d6eef42e3030a2f52af5012027cf79f..59e7ae9f4b00d059ade8936faef4910a5f810880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq gfortran; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --upgrade pip setuptools; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi -- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls +- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls setuptools==7.0 install: - python bootstrap.py - CFLAGS=-coverage ./bin/buildout diff --git a/doc/index.rst b/doc/index.rst index c2240b1c37bf44e6b0e6dd5955d2e27b8ded801c..a95b29006910b7b0b5a3667f0fda09a5fdf81f11 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,6 +4,8 @@ .. .. Copyright (C) 2011-2014 Idiap Research Institute, Martigny, Switzerland +.. _bob.io.base: + ========================= Bob's Core I/O Routines =========================