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
This commit is contained in:
Aaron Carlisle 2022-02-03 15:06:11 -05:00
parent e7f74a7d6a
commit bda210d74a
1 changed files with 1 additions and 1 deletions

View File

@ -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;