We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b095a32 commit d1fbfffCopy full SHA for d1fbfff
docs/sphinx/source/conf.py
@@ -413,7 +413,7 @@ def setup(app):
413
414
415
# select correct base URL depending on the build system context
416
-def get_base_url():
+def get_source_files_base_url():
417
"""
418
Get the base URL for the source code to generate links to GitHub source.
419
If the build is on ReadTheDocs and it's a stable version, use the
@@ -491,7 +491,7 @@ def get_linenos(obj):
491
return start, start + len(lines) - 1
492
493
494
-URL_BASE = get_base_url() # Source code URL for Edit on GitHub links
+URL_BASE = get_source_files_base_url() # Edit on GitHub source code links
495
496
497
def make_github_url(file_name):
0 commit comments