summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/spec-packagebuild/qdp/steps/doc.yml
blob: 7a6c1b175131e2fbf45e635fdf34dc1fe4100065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-step-type: sphinx
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
description: |
  Builds a Sphinx document.
document-title: The\breakTitle
document-toctree-maxdepth: 4
document-html-help-base-name: Base
document-components:
- action: copy-and-substitute
  add-to-index: true
  source: copy-and-substitute.rst
  destination: source/copy-and-substitute.rst
- action: copy
  add-to-index: false
  source: copy.rst
  destination: source/copy.rst
- action: copy
  add-to-index: false
  enabled-by: false
  source: nil.rst
  destination: source/nada.rst
- action: copy
  add-to-index: false
  source: some.txt
  destination: source/some.txt
- action: copy-and-substitute
  add-to-index: false
  source: some.txt
  destination: source/some.txt
- action: copy-files
  add-to-index: false
  source: .
  destination: other
  files:
  - copy.rst
- action: add-to-index
  add-to-index: true
  destination: source/glossary.rst
- action: copy-and-substitute
  add-to-index: false
  source: index.rst
  destination: source/index.rst
- action: glossary
  add-to-index: false
  destination: source/glossary.rst
  glossary-groups:
  - /glossary-general
document-contract: Contract
document-copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
document-key: blub
document-releases:
- date: '1970-01-01'
  status: Replaced
  changes: Initial release.
- date: '2020-10-26'
  status: Draft
  changes: |
    * ${.:/document-copyright}

    * e
document-contributors:
- action: Written by
  contributors:
  - name: John Doe
    organization: Some Organization
  - name: Foo
    organization: Bár Organization
- action: Super Action
  contributors:
  - name: This is a Long Name
    organization: Short
document-license: CC-BY-SA-4.0
document-license-map:
  CC-BY-SA-4.0 OR BSD-2-Clause: CC-BY-SA-4.0
document-type: generic
enabled-by: sphinx-builder
links:
- hash: null
  name: source
  role: input
  uid: ../source/doc
- hash: null
  name: section
  role: input
  uid: ../source/doc-section
- hash: null
  name: subsection
  role: input
  uid: ../source/doc-subsection
- name: build
  role: output
  uid: ../build/doc
- name: destination
  role: output
  uid: ../deployment/doc
output-pdf: doc.pdf
output-html: html
qdp-type: build-step
type: qdp