Skip to content

Commit 395cee9

Browse files
committed
Build docs for 1.10.0rc1
1 parent 7064819 commit 395cee9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ 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.3"
19+
- version: "1.10.0rc1"
2020
source: "tags"
2121
python: "3.7"
2222
sphinx: "4.5.0"
2323
mermaid: "0.7.1"
2424
jinja: "3.1.1"
2525
mermaid_fix: "true"
26-
- version: "1.8.7"
26+
- version: "1.9.3"
2727
source: "tags"
2828
python: "3.7"
29-
sphinx: "3.5.4"
30-
mermaid: "0.6.3"
31-
jinja: "3.0.3"
29+
sphinx: "4.5.0"
30+
mermaid: "0.7.1"
31+
jinja: "3.1.1"
3232
mermaid_fix: "true"
3333
- version: "master"
3434
source: "heads"

0 commit comments

Comments
 (0)