From 03dfbfb43500b0bf44d5e94893f45a18a1bbddca Mon Sep 17 00:00:00 2001 From: Alessandro Griseta Date: Tue, 30 Jun 2026 13:44:16 +0200 Subject: [PATCH 1/2] gdal --- doc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/README.md b/doc/README.md index 4ccfaf4f65..f94d2c4ee6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -17,6 +17,8 @@ Python packages required to build the docs are listed in Before building the documentation locally, you need to set up a dedicated environment with the doc-specific dependencies. +You will need the `gdal` library (e.g. Fedora `sudo dnf install -y gdal-*`) + ```bash cd doc uv venv --python 3.9 From 21ebcaca47b3eea27e6c0310d327397e14c7678e Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Mon, 27 Jul 2026 17:09:40 -0600 Subject: [PATCH 2/2] Reword GDAL line --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index f94d2c4ee6..e79e19f4b1 100644 --- a/doc/README.md +++ b/doc/README.md @@ -17,7 +17,7 @@ Python packages required to build the docs are listed in Before building the documentation locally, you need to set up a dedicated environment with the doc-specific dependencies. -You will need the `gdal` library (e.g. Fedora `sudo dnf install -y gdal-*`) +> You will need the [`gdal`](https://gdal.org/) system library installed (it's a build dependency of `geopandas`, a required dependency). The `uv pip install` step below will fail without it. ```bash cd doc