diff --git a/docs/hooks/generate_math_docs.py b/docs/hooks/generate_math_docs.py index e7b2370a..63efc51a 100644 --- a/docs/hooks/generate_math_docs.py +++ b/docs/hooks/generate_math_docs.py @@ -67,7 +67,7 @@ def on_files(files: list, config: dict, **kwargs): f"{override}.yaml", textwrap.dedent( f""" - Pre-defined additional math to apply {custom_documentation.name} math on top of the [base mathematical formulation][base-math]. + Pre-defined additional math to apply {custom_documentation.name} __on top of__ the [base mathematical formulation][base-math]. This math is _only_ applied if referenced in the `config.init.add_math` list as `{override}`. """ ),