From 40939fb1c5caa11774030e97775300bf6f887bc8 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Sun, 3 Oct 2021 21:29:41 -0500 Subject: DOC: Add instructions for building docs with docker image --- docs/docbuild/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/docbuild/README.md (limited to 'docs') diff --git a/docs/docbuild/README.md b/docs/docbuild/README.md new file mode 100644 index 00000000..4631a3b3 --- /dev/null +++ b/docs/docbuild/README.md @@ -0,0 +1,8 @@ +# Building PROJ documentation with proj-docs docker image + +From the base PROJ repository directory: + +```bash +cd docs +docker run -i -t -v $PWD/..:/io -w /io/docs/ osgeo/proj-docs make html +``` -- cgit v1.2.3