We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698d3bb commit a444516Copy full SHA for a444516
build_docs.py
@@ -33,7 +33,7 @@
33
BRANCHES = [
34
# checkout, target, isdev
35
(BUILDROOT + "/python34", WWWROOT + "/3.4", False),
36
- (BUILDROOT + "/python35", WWWROOT + "/3.5", True),
+ (BUILDROOT + "/python35", WWWROOT + "/3.5", False),
37
(BUILDROOT + "/python36", WWWROOT + "/3.6", True),
38
(BUILDROOT + "/python27", WWWROOT + "/2.7", False),
39
]
0 commit comments