st 8. 10. 2025 v 20:45 odesÃlatel Gopi Krishna Menon <[email protected]> napsal: > > Running "make htmldocs" reports the following build errors for > common_options.rst: > > Documentation/tools/rtla/common_options.rst:58: ERROR: Undefined substitution > referenced: "threshold". > Documentation/tools/rtla/common_options.rst:88: ERROR: Undefined substitution > referenced: "tool". > Documentation/tools/rtla/common_options.rst:88: ERROR: Undefined substitution > referenced: "thresharg". > Documentation/tools/rtla/common_options.rst:88: ERROR: Undefined substitution > referenced: "tracer". > Documentation/tools/rtla/common_options.rst:92: ERROR: Undefined substitution > referenced: "tracer". > Documentation/tools/rtla/common_options.rst:98: ERROR: Undefined substitution > referenced: "actionsperf". > Documentation/tools/rtla/common_options.rst:113: ERROR: Undefined > substitution referenced: "tool". > > common_*.rst files are intended to be included by other rtla documents > and are not meant to be built as a standalone document. > common_options.rst in particular contains substitutions that are only > resolved by other documents, so building it independently results in > 'undefined substitution referenced' errors. > > Rename all common_*.rst files to common_*.txt to prevent Sphinx from > building them as standalone documents and update all include references > accordingly. > > Suggested-by: Tomas Glozar <[email protected]> > Suggested-by: Bagas Sanjaya <[email protected]> > Signed-off-by: Gopi Krishna Menon <[email protected]> > ---
Looks good! Reviewed-by: Tomas Glozar <[email protected]> Tomas
