Skip to content

Commit 73c15d8

Browse files
QSchulzsjg20
authored andcommitted
add titles to all documents
Otherwise Sphinx is not happy when building the html target: WARNING: toctree contains reference to document 'license' that doesn't have a title: no link will be generated WARNING: toctree contains reference to document 'acknowledgements' that doesn't have a title: no link will be generated WARNING: toctree contains reference to document 'revhistory' that doesn't have a title: no link will be generated WARNING: toctree contains reference to document 'references' that doesn't have a title: no link will be generated and it breaks the output, though surprisingly it worked fine with singlehtml (still with the warnings). Signed-off-by: Quentin Schulz <[email protected]>
1 parent 7dff153 commit 73c15d8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

source/acknowledgements.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. SPDX-License-Identifier: Apache-2.0
22
3-
**Acknowledgements**
3+
Acknowledgements
4+
================
45

56
FIT (Flattened Image Tree) was developed in 2008 by Marian Balakowicz and
67
Bartlomiej Sieka of :index:`Semihalf`, under the guidance of Wolfgang Denk,

source/license.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. SPDX-License-Identifier: Apache-2.0
22
3-
**Copyright**
3+
Copyright
4+
=========
45

56
| Copyright 2008 Marian Balakowicz <[email protected]>
67
| Copyright 2008 Bartlomiej Sieka <[email protected]>
@@ -23,7 +24,8 @@ provision, should be addressed to:
2324
| Sunnyvale, CA 94085
2425
| United States
2526
26-
**License Information**
27+
License Information
28+
-------------------
2729

2830
Licensed under the Apache License, Version 2.0 (the "License");
2931
you may not use this file except in compliance with the License.

source/references.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.. SPDX-License-Identifier: Apache-2.0
22
3+
References
4+
==========
5+
36
.. [dtspec] Devicetree Specification
47
https://www.devicetree.org/specifications
58
.. [VBE] Verified Boot for Embedded (VBE)

source/revhistory.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. SPDX-License-Identifier: Apache-2.0
22
3-
**Revision History**
3+
Revision History
4+
================
45

56
.. _revision-history:
67
.. tabularcolumns:: | p{1.5cm} p{2.25cm} p{11.50cm} |

0 commit comments

Comments
 (0)