Skip to content

Commit 3460399

Browse files
authored
Add missing comma to branch-1.9 in conf.py (#1599)
1 parent 920f527 commit 3460399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Builds documentation for the following tags and branches.
1515
TAGS = []
1616
BRANCHES = [
17-
"branch-1.9"
17+
"branch-1.9",
1818
"branch-1.8",
1919
"branch-1.7",
2020
"branch-1.6",

0 commit comments

Comments
 (0)