Thanks to visit codestin.com Credit goes to github.com
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 43cbd82 commit efbc4ddCopy full SHA for efbc4dd
1 file changed
doc/conf.py
@@ -635,7 +635,7 @@ def linkcode_resolve(domain, info):
635
return None
636
637
version = parse(matplotlib.__version__)
638
- tag = 'master' if version.is_devrelease else f'v{version.base_version}'
+ tag = 'master' if version.is_devrelease else f'v{version.public}'
639
return ("https://github.com/matplotlib/matplotlib/blob"
640
f"/{tag}/lib/{fn}{linespec}")
641
else:
0 commit comments