aboutsummaryrefslogtreecommitdiff
path: root/travis/docker.sh
blob: f7cdf280b29c6dff35915b3718e2aa9baa826c2d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# proj-docs image has all of the Sphinx
# dependencies need to build PROJ's docs
# it is build from docs/docbuild/Dockerfile
# and is manually pushed as needed to DockerHub

docker pull osgeo/proj-docs