Skip to content

Commit 3aa84d5

Browse files
committed
Build docs for 1.9.0
1 parent b6b6a7b commit 3aa84d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
matrix:
1717
# you must not use anything but include here or the version.json generation will fail!
1818
include:
19+
- version: "1.9.0"
20+
source: "tags"
21+
python: "3.7"
22+
sphinx: "4.5.0"
23+
mermaid: "0.7.1"
24+
jinja: "3.1.1"
25+
mermaid_fix: "true"
1926
- version: "1.8.7"
2027
source: "tags"
2128
python: "3.7"
2229
sphinx: "3.5.4"
2330
mermaid: "0.6.3"
2431
jinja: "3.0.3"
2532
mermaid_fix: "true"
26-
- version: "1.9.0rc6"
27-
source: "tags"
28-
python: "3.7"
29-
sphinx: "4.5.0"
30-
mermaid: "0.7.1"
31-
jinja: "3.1.1"
32-
mermaid_fix: "true"
3333
- version: "master"
3434
source: "heads"
3535
python: "3.7"

0 commit comments

Comments
 (0)