Skip to content
3 changes: 3 additions & 0 deletions src/extensions/score_sphinx_bundle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading