Open daltzctr opened 2 years ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
I write this in my docs. And :ref:
goes well:
extensions += ['sphinx.ext.autosectionlabel']
# Make sure the target is unique
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = None
the following syntax is shown correctly:
:ref:`design principle <overview/overview:design principle>`
But I didn't try grid
or link
in your problem. Hope this will provide some useful information.
Describe the bug
With the
sphinx.ext.autosectionlabel
extension installed, it automatically generates references to sections in pages. You would typically reference this section by the following syntaxHowever sphinx design fails to resolve this with
undefined label: myarticlesection
Reproduce the bug
sphinx.ext.autosectionlabel
to your extensionsList your environment