From 4e7ce5bada3fbf62bad94429b88be0c00b66351f Mon Sep 17 00:00:00 2001 From: "Soroosh.Mani" Date: Fri, 1 Dec 2023 15:10:25 -0500 Subject: [PATCH] Add missing udunits library --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7dde603..b2b0ae7d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,7 @@ build: apt_packages: - libgeos-dev - libproj-dev + - libudunits2-dev sphinx: configuration: docs/source/conf.py