Currently, "edit" and "view source" links are handled via the upstream mkdocs-material content.action.{edit,view} features, which always just link to github or other source repo.
But that means the source files copied via html_copy_source (which defaults to true) are never referenced.
Not clear what the default should be, but we should ensure that the source files are copied if, and only if, they are actually going to be referenced.