We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb4e1a + 1c59a1a commit a4ce3f5Copy full SHA for a4ce3f5
1 file changed
build_docs.py
@@ -41,7 +41,8 @@
41
BRANCHES = [
42
# version, git branch, isdev
43
(3.6, '3.6', False),
44
- (3.7, 'master', True),
+ (3.7, '3.7', True),
45
+ (3.8, 'master', True),
46
(2.7, '2.7', False)
47
]
48
0 commit comments