From bda210d74ae800e38b3d4bb99889a3a528da1a12 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 3 Feb 2022 15:06:11 -0500 Subject: Py Docs: Fix json URL In the future when we have a docs staging area it will be important to change where this JSON is pulled from. For now, always pull from the "Production" versions --- doc/python_api/static/js/version_switch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/static/js/version_switch.js b/doc/python_api/static/js/version_switch.js index 88468b163e4..7d9c449d2e3 100644 --- a/doc/python_api/static/js/version_switch.js +++ b/doc/python_api/static/js/version_switch.js @@ -1,7 +1,7 @@ (function() { // switch: v1.2 "use strict"; -var versionsFileUrl = "https://docs.blender.org/versions.json" +var versionsFileUrl = "https://docs.blender.org/PROD/versions.json" var all_versions; -- cgit v1.2.3