From 8fdf4056c5a2c31092982230d7ae3877e267291a Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Tue, 4 Nov 2014 19:53:28 +0100
Subject: [PATCH] Updated travis; added documentation hyperlink target

---
 .travis.yml   | 2 +-
 doc/index.rst | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index de2acbb..59e7ae9 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 c2240b1..a95b290 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
 =========================
-- 
GitLab