From a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sat, 4 May 2019 23:33:50 -0500 Subject: Build docs locally Currently `make html` will output pages without styles or different than the online documentation. With this change the local documentation looks the same as the online documentation. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7939e161..206c133e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ install: - git submodule update --init --recursive - git fetch --tags - pip install -r test-requirements.txt - - pip install codecov sphinx + - pip install -r doc/requirements.txt + - pip install codecov # generate some reflog as git-python tests need it (in master) - ./init-tests-after-clone.sh -- cgit v1.2.3