Skip to content

Commit a444516

Browse files
committed
3.5 is not dev anymore
1 parent 698d3bb commit a444516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
BRANCHES = [
3434
# checkout, target, isdev
3535
(BUILDROOT + "/python34", WWWROOT + "/3.4", False),
36-
(BUILDROOT + "/python35", WWWROOT + "/3.5", True),
36+
(BUILDROOT + "/python35", WWWROOT + "/3.5", False),
3737
(BUILDROOT + "/python36", WWWROOT + "/3.6", True),
3838
(BUILDROOT + "/python27", WWWROOT + "/2.7", False),
3939
]

0 commit comments

Comments
 (0)