diff --git a/docs/conf.py b/docs/conf.py index b90c284f175dcdfc2aa015521227c41dd5ece478..33ad467c3e1de58c9a5ba4286767ddd6ef3685e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ['hardware-support/boards/archive/*'] +exclude_patterns = [] # -- Options for HTML output ------------------------------------------------- diff --git a/docs/hardware-support/boards/archive/96b-nitrogen.rst b/docs/hardware-support/boards/archive/96b-nitrogen.rst index 6a7794eeb6885c8589076aa58ef014b7c1780a72..ef20233ace0e5cf4938491a337d7577784747616 100644 --- a/docs/hardware-support/boards/archive/96b-nitrogen.rst +++ b/docs/hardware-support/boards/archive/96b-nitrogen.rst @@ -2,7 +2,7 @@ .. .. SPDX-License-Identifier: CC-BY-4.0 -.. include:: ../../definitions.rst +.. include:: ../../../definitions.rst .. _SupportedBoardNitrogen: diff --git a/docs/hardware-support/boards/archive/index.rst b/docs/hardware-support/boards/archive/index.rst new file mode 100644 index 0000000000000000000000000000000000000000..0baa9d81be757ad79c5b46920aaa75642b758a8f --- /dev/null +++ b/docs/hardware-support/boards/archive/index.rst @@ -0,0 +1,19 @@ +.. SPDX-FileCopyrightText: Huawei Inc. +.. +.. SPDX-License-Identifier: CC-BY-4.0 + +.. include:: ../../../definitions.rst + +.. _ArchivedBoards: + +Archived Boards +############### + +This sectoin details boards that have been archived. They may have been used in +a past release and are retained here for reference. + +.. toctree:: + :maxdepth: 1 + + 96b-nitrogen + nRF52840-DK diff --git a/docs/hardware-support/boards/archive/nRF52840-DK.rst b/docs/hardware-support/boards/archive/nRF52840-DK.rst index 25a622fa7edb8aed6aebbf3c2cfa86f111a3fbb1..08536d6d948139bed1dfb43f51bf1e8542d6972b 100644 --- a/docs/hardware-support/boards/archive/nRF52840-DK.rst +++ b/docs/hardware-support/boards/archive/nRF52840-DK.rst @@ -2,7 +2,7 @@ .. .. SPDX-License-Identifier: CC-BY-4.0 -.. include:: ../../definitions.rst +.. include:: ../../../definitions.rst .. _SupportedBoardnRF52840DK: diff --git a/docs/hardware-support/index.rst b/docs/hardware-support/index.rst index 781e2f31acb28574df4034bb5ab52f6e8f63b14e..cae882248cd5c50060e72f7712b1d623efe42b1a 100644 --- a/docs/hardware-support/index.rst +++ b/docs/hardware-support/index.rst @@ -16,6 +16,7 @@ This section details the hardware (including virtualized) supported as part of :maxdepth: 2 boards/index + boards/archive/index virtual-boards/index adding-hardware-support peripherals/index