From dc633024790a56263a21aee8d2540a80d72b537d Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 15 Oct 2024 16:22:53 -0700 Subject: [PATCH] Bumping the UG repo rev for RST syntax. An RST error in a footnote in Wave Energy was breaking the binary builds in the main InVEST repository. This is now addressed. RE:#1641 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66a657c904..ecd8eff096 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GIT_TEST_DATA_REPO_REV := 324abde73e1d770ad75921466ecafd1ec6297752 GIT_UG_REPO := https://github.com/natcap/invest.users-guide GIT_UG_REPO_PATH := doc/users-guide -GIT_UG_REPO_REV := 0404bc5d4d43085cdc58f50f8fc29944b10cefb1 +GIT_UG_REPO_REV := f203ec069f9f03560c9a85b268e67ebb6b994953 ENV = "./env" ifeq ($(OS),Windows_NT)