blob: 4631a3b355b32a0daae003e99bcdf14f1366429a (
plain)
1
2
3
4
5
6
7
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
```
|