Skip to content

Commit b97c2bc

Browse files
committed
Set correct release info in docs config
1 parent cd190c4 commit b97c2bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
# PROJ-data version
3232
data_version = "1.21"
3333

34-
today_date = date.today() # or use a specific date
34+
#today_date = date.today()
35+
today_date = date(2025, 3, 15) # or use a specific date
3536
today_fmt = "%d %b %Y"
3637

3738
copyright = "1983-{}, PROJ contributors".format(today_date.year)
@@ -135,7 +136,7 @@
135136
"theme_vcs_pageview_mode": "edit",
136137
"github_user": "OSGeo",
137138
"github_repo": "PROJ",
138-
"github_version": "master",
139+
"github_version": "9.6",
139140
"conf_py_path": "/docs/source/",
140141
}
141142

0 commit comments

Comments
 (0)