From 5b26b01bb6fe7470c5440f1f70ea77e9faa5874b Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 6 Dec 2019 13:42:38 +0100 Subject: [PATCH] soc: x86: apollo_lake: Turn .rst doc into .txt In order to avoid a warning from Sphinx complaining that the supported_features.rst file is not included in any ToC, rename it to .txt so that Sphinx understands that this is only a snippet to be included in other files. Signed-off-by: Carles Cufi --- boards/x86/gpmrb/doc/index.rst | 2 +- boards/x86/up_squared/doc/index.rst | 2 +- .../doc/{supported_features.rst => supported_features.txt} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename soc/x86/apollo_lake/doc/{supported_features.rst => supported_features.txt} (100%) diff --git a/boards/x86/gpmrb/doc/index.rst b/boards/x86/gpmrb/doc/index.rst index d56b0deedc3..9f5f6a04bc5 100644 --- a/boards/x86/gpmrb/doc/index.rst +++ b/boards/x86/gpmrb/doc/index.rst @@ -20,7 +20,7 @@ such as heads-up displays and entertainment systems. Hardware ******** -.. include:: ../../../../soc/x86/apollo_lake/doc/supported_features.rst +.. include:: ../../../../soc/x86/apollo_lake/doc/supported_features.txt Building and Running Zephyr *************************** diff --git a/boards/x86/up_squared/doc/index.rst b/boards/x86/up_squared/doc/index.rst index 780f10bb7da..2aa781ed2e9 100644 --- a/boards/x86/up_squared/doc/index.rst +++ b/boards/x86/up_squared/doc/index.rst @@ -30,7 +30,7 @@ Hardware General information about the board can be found at the `UP Squared`_ website. -.. include:: ../../../../soc/x86/apollo_lake/doc/supported_features.rst +.. include:: ../../../../soc/x86/apollo_lake/doc/supported_features.txt GPIO ---- diff --git a/soc/x86/apollo_lake/doc/supported_features.rst b/soc/x86/apollo_lake/doc/supported_features.txt similarity index 100% rename from soc/x86/apollo_lake/doc/supported_features.rst rename to soc/x86/apollo_lake/doc/supported_features.txt