We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd190c4 commit b97c2bcCopy full SHA for b97c2bc
1 file changed
docs/source/conf.py
@@ -31,7 +31,8 @@
31
# PROJ-data version
32
data_version = "1.21"
33
34
-today_date = date.today() # or use a specific date
+#today_date = date.today()
35
+today_date = date(2025, 3, 15) # or use a specific date
36
today_fmt = "%d %b %Y"
37
38
copyright = "1983-{}, PROJ contributors".format(today_date.year)
@@ -135,7 +136,7 @@
135
136
"theme_vcs_pageview_mode": "edit",
137
"github_user": "OSGeo",
138
"github_repo": "PROJ",
- "github_version": "master",
139
+ "github_version": "9.6",
140
"conf_py_path": "/docs/source/",
141
}
142
0 commit comments