diff options
| -rw-r--r-- | docs/source/index.rst | 2 | ||||
| -rw-r--r-- | docs/source/zreferences.rst (renamed from docs/source/references.rst) | 0 | ||||
| -rwxr-xr-x | travis/build_docs.sh | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index d09424c8..c367cafb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,7 @@ PROJ community/index faq glossary - references + zreferences .. only:: html diff --git a/docs/source/references.rst b/docs/source/zreferences.rst index 384281cd..384281cd 100644 --- a/docs/source/references.rst +++ b/docs/source/zreferences.rst 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 |
