From d72bc446439b1fa5059e4b78652cf19599e455a1 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 11 Oct 2015 13:17:48 +0100 Subject: [PATCH] [build the docs?] --- .travis.yml | 4 +++- README.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bad18de1..909ed659 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,8 @@ script: after_success: - codecov - - conda install --yes sphinx + +before_deploy: - cd doc - make html - cd ../ @@ -51,5 +52,6 @@ deploy: secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4=" on: plot_density + tags: true server: https://testpypi.python.org/pypi distributions: "bdist_wheel sdist" diff --git a/README.md b/README.md index 87580b4f..897b5cae 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Gaussian processes framework in Python. * [GPy homepage](http://sheffieldml.github.io/GPy/) * [Tutorial notebooks](http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb) * [User mailing list](https://lists.shef.ac.uk/sympa/subscribe/gpy-users) -* [Online documentation](https://gpy.readthedocs.org/en/latest/) +* [Online documentation](http://pythonhosted.org/GPy/) * [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy) * [![licence](https://img.shields.io/badge/licence-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause) @@ -141,7 +141,7 @@ The documentation can be compiled as follows: cd doc make html -The HTML files are then stored in doc/_build/ +The HTML files are then stored in doc/build/ ## Running unit tests: