aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-09-29 13:32:34 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-09-29 13:32:34 +0200
commit570f569cb6338c3b830b76a55c9f9961da06e6e8 (patch)
tree8678f9a85589428eb8b048c7fc9c6fa3ff90f035 /travis
parentda0e7f9fd5c259aecde19aaab7758e9545b0ecfa (diff)
downloadPROJ-570f569cb6338c3b830b76a55c9f9961da06e6e8.tar.gz
PROJ-570f569cb6338c3b830b76a55c9f9961da06e6e8.zip
Doc building: fix warning regarding Altamimi2002 citation not found
There was an issue since transformation.rst which uses this citation is alphabetically after references.rst. The documented workaround in https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/8 is to rename references.rst as zrefereces.rst, so it is alphabetically last.
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