Skip to content

Commit

Permalink
remove references to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Apr 3, 2024
1 parent d69ca9a commit aff00d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 1 addition & 7 deletions gh-project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aff00d1

Please sign in to comment.