We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7064819 commit 395cee9Copy full SHA for 395cee9
.github/workflows/docs.yaml
@@ -16,19 +16,19 @@ jobs:
16
matrix:
17
# you must not use anything but include here or the version.json generation will fail!
18
include:
19
- - version: "1.9.3"
+ - version: "1.10.0rc1"
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"
26
- - version: "1.8.7"
+ - version: "1.9.3"
27
28
29
- sphinx: "3.5.4"
30
- mermaid: "0.6.3"
31
- jinja: "3.0.3"
+ sphinx: "4.5.0"
+ mermaid: "0.7.1"
+ jinja: "3.1.1"
32
33
- version: "master"
34
source: "heads"
0 commit comments