1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Mauro Carvalho Chehab 2019-06-07 15:54:22 -03:00 committed by Jonathan Corbet
parent d857a3ffd3
commit 27c054d293
11 changed files with 22 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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