felix-hilden / sphinx-codeautolink

Automatic links from code examples to reference documentation
https://sphinx-codeautolink.rtfd.io
MIT License
59 stars 9 forks source link

Unpacking in multi-target assignment prevents links in later assignments #113

Closed felix-hilden closed 2 years ago

felix-hilden commented 2 years ago

The following is not linked correctly:

import lib

a = b, c = lib.thing  # b, c not linked as expected, but a is also not linked

Let's DOTHIS dothis dothis