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 b6b6a7b commit 3aa84d5Copy full SHA for 3aa84d5
.github/workflows/docs.yaml
@@ -16,20 +16,20 @@ 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.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"
26
- version: "1.8.7"
27
source: "tags"
28
python: "3.7"
29
sphinx: "3.5.4"
30
mermaid: "0.6.3"
31
jinja: "3.0.3"
32
mermaid_fix: "true"
- - version: "1.9.0rc6"
- source: "tags"
- python: "3.7"
- sphinx: "4.5.0"
- mermaid: "0.7.1"
- jinja: "3.1.1"
- mermaid_fix: "true"
33
- version: "master"
34
source: "heads"
35
0 commit comments