docs: mark orphan documents as such

Sphinx doesn't like orphan documents:

    Documentation/accelerators/ocxl.rst: WARNING: document isn't included in any toctree
    Documentation/arm/stm32/overview.rst: WARNING: document isn't included in any toctree
    Documentation/arm/stm32/stm32f429-overview.rst: WARNING: document isn't included in any toctree
    Documentation/arm/stm32/stm32f746-overview.rst: WARNING: document isn't included in any toctree
    Documentation/arm/stm32/stm32f769-overview.rst: WARNING: document isn't included in any toctree
    Documentation/arm/stm32/stm32h743-overview.rst: WARNING: document isn't included in any toctree
    Documentation/arm/stm32/stm32mp157-overview.rst: WARNING: document isn't included in any toctree
    Documentation/gpu/msm-crash-dump.rst: WARNING: document isn't included in any toctree
    Documentation/interconnect/interconnect.rst: WARNING: document isn't included in any toctree
    Documentation/laptops/lg-laptop.rst: WARNING: document isn't included in any toctree
    Documentation/powerpc/isa-versions.rst: WARNING: document isn't included in any toctree
    Documentation/virtual/kvm/amd-memory-encryption.rst: WARNING: document isn't included in any toctree
    Documentation/virtual/kvm/vcpu-requests.rst: WARNING: document isn't included in any toctree

So, while they aren't on any toctree, add :orphan: to them, in order
to silent this warning.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mauro Carvalho Chehab 2019-06-07 15:54:22 -03:00 коммит произвёл Jonathan Corbet
Родитель d857a3ffd3
Коммит 27c054d293
11 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
======================================================== ========================================================
OpenCAPI (Open Coherent Accelerator Processor Interface) OpenCAPI (Open Coherent Accelerator Processor Interface)
======================================================== ========================================================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
======================== ========================
STM32 ARM Linux Overview STM32 ARM Linux Overview
======================== ========================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
STM32F429 Overview STM32F429 Overview
================== ==================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
STM32F746 Overview STM32F746 Overview
================== ==================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
STM32F769 Overview STM32F769 Overview
================== ==================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
STM32H743 Overview STM32H743 Overview
================== ==================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
STM32MP157 Overview STM32MP157 Overview
=================== ===================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
===================== =====================
MSM Crash Dump Format MSM Crash Dump Format
===================== =====================

Просмотреть файл

@ -1,5 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0 .. SPDX-License-Identifier: GPL-2.0
:orphan:
===================================== =====================================
GENERIC SYSTEM INTERCONNECT SUBSYSTEM GENERIC SYSTEM INTERCONNECT SUBSYSTEM
===================================== =====================================

Просмотреть файл

@ -1,5 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0+ .. SPDX-License-Identifier: GPL-2.0+
:orphan:
LG Gram laptop extra features LG Gram laptop extra features
============================= =============================

Просмотреть файл

@ -1,3 +1,5 @@
:orphan:
CPU to ISA Version Mapping CPU to ISA Version Mapping
========================== ==========================