From 0c19aa8c9100556b9bcd87e3cff9891b6f997aa3 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 23 Dec 2016 05:05:57 -0500 Subject: [PATCH] Update build-docs.py for 3.6.0 release --- build_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_docs.py b/build_docs.py index cbd004d..27dd6d9 100644 --- a/build_docs.py +++ b/build_docs.py @@ -30,7 +30,7 @@ BRANCHES = [ # version, isdev (3.5, False), - (3.6, True), + (3.6, False), (3.7, True), (2.7, False) ]