From 570f569cb6338c3b830b76a55c9f9961da06e6e8 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 29 Sep 2018 13:32:34 +0200 Subject: 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. --- travis/build_docs.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'travis') 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 -- cgit v1.2.3