diff --git a/src/extensions/score_sphinx_bundle/__init__.py b/src/extensions/score_sphinx_bundle/__init__.py index 815062d5..1f40f558 100644 --- a/src/extensions/score_sphinx_bundle/__init__.py +++ b/src/extensions/score_sphinx_bundle/__init__.py @@ -30,6 +30,9 @@ def setup(app: Sphinx) -> dict[str, object]: + app.config.html_copy_source = False + app.config.html_show_sourcelink = False + # Global settings # Note: the "sub-extensions" also set their own config values