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.
2 parents 43cbd82 + efbc4dd commit 18bfee3Copy full SHA for 18bfee3
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