From aff00d1275ff90e1e39f990b1364985d850a703a Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:09:48 -0500 Subject: [PATCH] remove references to main branch --- Makefile | 2 -- gh-project.mk | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 2cad04fb..7edebc1d 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,6 @@ # The included file 'gh-project.mk' should define the following: # GH_SOURCE_DIR = top-level directory of all the ReST source files # GH_SOURCE_BRANCH = repository branch that contains the source -# GH_PUBLISH_BRANCH = repository branch that contains the rendered HTML -# GH_UPSTREAM_REPO = repository that contains the rendered HTML include gh-project.mk # You can set these variables from the command line. diff --git a/gh-project.mk b/gh-project.mk index 8525ad49..92c6880a 100644 --- a/gh-project.mk +++ b/gh-project.mk @@ -4,15 +4,9 @@ GH_SOURCE_DIR = source # GH_SOURCE_BRANCH = repository branch that contains the source GH_SOURCE_BRANCH = source -# GH_PUBLISH_BRANCH = repository branch that contains the rendered HTML -GH_PUBLISH_BRANCH = main -# GH_UPSTREAM_REPO = repository that contains the rendered HTML -GH_UPSTREAM_REPO = upstream # Example for a gh-pages project # # GH_SOURCE_DIR = doc-src -# GH_SOURCE_BRANCH = main -# GH_PUBLISH_BRANCH = gh-pages -# GH_UPSTREAM_REPO = upstream +# GH_SOURCE_BRANCH = main \ No newline at end of file