common_top_options.rst is intended to be included by other rtla documents and is not meant to be built as a standalone document.
Rename common_top_options.rst to common_top_options.txt to maintain consistency with other common_*.txt files and prevent Sphinx from building it as a standalone document. Update all include references accordingly. Suggested-by: Bagas Sanjaya <[email protected]> Signed-off-by: Gopi Krishna Menon <[email protected]> --- .../rtla/{common_top_options.rst => common_top_options.txt} | 0 Documentation/tools/rtla/rtla-hwnoise.rst | 2 +- Documentation/tools/rtla/rtla-osnoise-top.rst | 2 +- Documentation/tools/rtla/rtla-timerlat-top.rst | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/tools/rtla/{common_top_options.rst => common_top_options.txt} (100%) diff --git a/Documentation/tools/rtla/common_top_options.rst b/Documentation/tools/rtla/common_top_options.txt similarity index 100% rename from Documentation/tools/rtla/common_top_options.rst rename to Documentation/tools/rtla/common_top_options.txt diff --git a/Documentation/tools/rtla/rtla-hwnoise.rst b/Documentation/tools/rtla/rtla-hwnoise.rst index 102654cc0c78..60a237de1e2d 100644 --- a/Documentation/tools/rtla/rtla-hwnoise.rst +++ b/Documentation/tools/rtla/rtla-hwnoise.rst @@ -31,7 +31,7 @@ OPTIONS ======= .. include:: common_osnoise_options.rst -.. include:: common_top_options.rst +.. include:: common_top_options.txt .. include:: common_options.txt diff --git a/Documentation/tools/rtla/rtla-osnoise-top.rst b/Documentation/tools/rtla/rtla-osnoise-top.rst index ea0e9f5a5c0a..8a852949df21 100644 --- a/Documentation/tools/rtla/rtla-osnoise-top.rst +++ b/Documentation/tools/rtla/rtla-osnoise-top.rst @@ -28,7 +28,7 @@ OPTIONS ======= .. include:: common_osnoise_options.rst -.. include:: common_top_options.rst +.. include:: common_top_options.txt .. include:: common_options.txt diff --git a/Documentation/tools/rtla/rtla-timerlat-top.rst b/Documentation/tools/rtla/rtla-timerlat-top.rst index 32d33c792dcb..7dbe625d0c42 100644 --- a/Documentation/tools/rtla/rtla-timerlat-top.rst +++ b/Documentation/tools/rtla/rtla-timerlat-top.rst @@ -28,7 +28,7 @@ OPTIONS .. include:: common_timerlat_options.txt -.. include:: common_top_options.rst +.. include:: common_top_options.txt .. include:: common_options.txt -- 2.43.0
