Add support for custom GitHub URLs for code linking.
Review Request #12741 — Created Nov. 27, 2022 and submitted — Latest diff uploaded
This updates
github_linkcode_resolve
to take agithub_url
argument,
which points to the base URL of the GitHub server for code linking.
This defaults to github.com, but can be customized for other installs.This fixes beanbaginc/beanbag-docutils#3.
Unit tests pass.