From 269e3c6de2d18cd64ee209995b416fb2bd69b569 Mon Sep 17 00:00:00 2001 From: othercorey Date: Wed, 20 Apr 2022 18:54:52 -0500 Subject: [PATCH] Fix branch name in docs config --- docs/config/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/all.py b/docs/config/all.py index ff278a20..55d520c0 100644 --- a/docs/config/all.py +++ b/docs/config/all.py @@ -32,7 +32,7 @@ # The GitHub branch name for this version of the docs # for edit links to point at. -branch = 'master' +branch = '3.x' # Current version being built version = '3.x'