From 4e0d0daf5d2cbd875f75d643d701b49a49c0b580 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 29 Jun 2017 13:17:26 -0500 Subject: Get PDF build output with Sphinx healthy (#533) * Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website --- travis/build_docs.sh | 1 + travis/deploy_website.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'travis') diff --git a/travis/build_docs.sh b/travis/build_docs.sh index cc8f5ccd..bae779f6 100755 --- a/travis/build_docs.sh +++ b/travis/build_docs.sh @@ -3,5 +3,6 @@ cd docs echo "building docs for $TRAVIS_BUILD_DIR/docs" docker run -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj.4 make html +docker run -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj.4 make latexpdf diff --git a/travis/deploy_website.sh b/travis/deploy_website.sh index 9a3e6dfc..f9eeaab9 100755 --- a/travis/deploy_website.sh +++ b/travis/deploy_website.sh @@ -11,6 +11,7 @@ git checkout gh-pages cd $builddir/html cp -rf * $destdir/proj4docs +cp $builddir/latexpdf/proj4.pdf $destdir/proj4docs cd $destdir/proj4docs git config user.email "proj4bot@proj4.bot" -- cgit v1.2.3