You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/_shared-docs-build-pr.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,13 @@ on:
108
108
description: A newline separated list of link targets that should not cause reference errors. A small RST file will be created during the build which contains these labels.
109
109
required: false
110
110
type: string
111
+
intersphinx-links:
112
+
description: |
113
+
A newline separated list of entries to add to the intersphinx_mapping in the generated conf.py.
114
+
Use the syntax `identifier:https://server/path` to add the identifier `identifier` with URL
Copy file name to clipboardExpand all lines: .github/workflows/_shared-docs-build-push.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,13 @@ on:
66
66
description: A newline separated list of link targets that should not cause reference errors. A small RST file will be created during the build which contains these labels.
67
67
required: false
68
68
type: string
69
+
intersphinx-links:
70
+
description: |
71
+
A newline separated list of entries to add to the intersphinx_mapping in the generated conf.py.
72
+
Use the syntax `identifier:https://server/path` to add the identifier `identifier` with URL
Copy file name to clipboardExpand all lines: actions/ansible-docs-build-init/action.yml
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,13 @@ inputs:
40
40
description: A newline separated list of link targets that should not cause reference errors. A small RST file will be created during the build which contains these labels.
41
41
required: false
42
42
type: string
43
+
intersphinx-links:
44
+
description: |
45
+
A newline separated list of entries to add to the intersphinx_mapping in the generated conf.py.
46
+
Use the syntax `identifier:https://server/path` to add the identifier `identifier` with URL
47
+
`https://server/path`.
48
+
required: false
49
+
type: string
43
50
outputs:
44
51
build-script:
45
52
description: The path of the build script to execute.
0 commit comments