aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-09-29 15:38:06 +0200
committerGitHub <noreply@github.com>2018-09-29 15:38:06 +0200
commit72f27ce4702a3ace56a85573f565853aacd7e640 (patch)
tree1619a5e1fd1d5d39e0a5762dd7c7f32b8640f319 /travis
parentda0e7f9fd5c259aecde19aaab7758e9545b0ecfa (diff)
parent3bb6d226fe1252924d60a28a0378a6979cd72c9c (diff)
downloadPROJ-72f27ce4702a3ace56a85573f565853aacd7e640.tar.gz
PROJ-72f27ce4702a3ace56a85573f565853aacd7e640.zip
Merge pull request #1139 from rouault/fix_doc_make_html_warning
Documentation building fixes
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/build_docs.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/travis/build_docs.sh b/travis/build_docs.sh
index d62384f1..d6d38b3a 100755
--- a/travis/build_docs.sh
+++ b/travis/build_docs.sh
@@ -9,9 +9,6 @@ fi
cd docs
echo "building docs for $TRAVIS_BUILD_DIR/docs"
docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj-docs make html
-# workaround for issue with sphinxcontrib-bibtex
-docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj-docs touch source/references.rst
-docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj-docs make html
docker run --user $(id -u):$(id -g) -v $TRAVIS_BUILD_DIR:/data -w /data/docs osgeo/proj-docs make latexpdf