Skip to content

Commit

Permalink
docs: update git branch and date
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Sep 1, 2023
1 parent c530dad commit 5cecc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
# PROJ-data version
data_version = "1.15"

today_date = date.today()
# today_date = date(Y, M, D) # or use a specific date
#today_date = date.today()
today_date = date(2023, 9, 1) # or use a specific date
today_fmt = "%d %b %Y"

copyright = "1983-{}, PROJ contributors".format(today_date.year)
Expand Down Expand Up @@ -140,7 +140,7 @@
"theme_vcs_pageview_mode": "edit",
"github_user": "OSGeo",
"github_repo": "PROJ",
"github_version": "master",
"github_version": "9.3",
"conf_py_path": "/docs/source/",
}

Expand Down

0 comments on commit 5cecc48

Please sign in to comment.