File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 {
33 "name" : " 2.3 (latest)" ,
44 "version" : " 2.3.0" ,
5- "url" : " https://d1e86hvd7le0jf.cloudfront.net /en/docs/latest/" ,
5+ "url" : " https://param.holoviz.org /en/docs/latest/" ,
66 "preferred" : true
77 },
88 {
99 "version" : " dev" ,
10- "url" : " https://d1e86hvd7le0jf.cloudfront.net /en/docs/dev/"
10+ "url" : " https://param.holoviz.org /en/docs/dev/"
1111 }
1212]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def patch_get_import_prefixes_from_env(env) -> list[str | None]:
5151description = 'Declarative Python programming using Parameters'
5252
5353# Useful for SEO on a versioned site
54- html_baseurl = 'https://d1e86hvd7le0jf.cloudfront.net /en/docs/latest/'
54+ html_baseurl = 'https://param.holoviz.org /en/docs/latest/'
5555
5656version = release = base_version (param .__version__ ) # noqa
5757
@@ -109,7 +109,7 @@ def patch_get_import_prefixes_from_env(env) -> list[str | None]:
109109 "last-updated" ,
110110 ],
111111 "switcher" : {
112- "json_url" : "https://d1e86hvd7le0jf.cloudfront.net /switcher.json" ,
112+ "json_url" : "https://param.holoviz.org /switcher.json" ,
113113 "version_match" : switcher_version ,
114114 },
115115 "show_version_warning_banner" : True ,
You can’t perform that action at this time.
0 commit comments