From 6335fbe1a62596e4af5c3179aafaf52b4512feea Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Thu, 26 Dec 2024 23:50:13 +0100 Subject: [PATCH] Install libpq-dev in doc build. --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 80b449c58..a85e5f7c5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - "clang" - "gcc" - "graphviz" + - "libpq-dev" jobs: pre_build: - "lsb_release -a && g++ --version && clang++ --version"