Skip to content

Commit 1f9d720

Browse files
committed
Make 9.8 the active RTD version
1 parent 2b60ecb commit 1f9d720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
data_version = "1.24"
3333

3434
#today_date = date.today() # or use a specific date
35-
today_date = date(2026, 3, 1)
35+
today_date = date(2026, 3, 2)
3636
today_fmt = "%d %b %Y"
3737

3838
copyright = "1983-{}, PROJ contributors".format(today_date.year)
@@ -136,7 +136,7 @@
136136
"theme_vcs_pageview_mode": "edit",
137137
"github_user": "OSGeo",
138138
"github_repo": "PROJ",
139-
"github_version": "master",
139+
"github_version": "9.8",
140140
"conf_py_path": "/docs/source/",
141141
}
142142

0 commit comments

Comments
 (0)