Open
Description
Describe the bug
I'm getting the following warnings in my project :
/home/user/git/fizyka/assets/dzial_1/temat_3/intro.rst:34: WARNING: duplicate label of equation V, other instance in assets/dzial_1/index
How to Reproduce
$ git clone https://github.com/gucio321/fizyka && cd fizyka
$ pip install -r requirements.txt
$ make html
you'll see warnings
Expected behavior
warning about duplicated label shouldn't appear because the label isn't duplicated
Your project
https://github.com/gucio321/fizyka
Screenshots
No response
OS
linux - fedora 34
Python version
Python 3.9.7
Sphinx version
4.2.0
Sphinx extensions
extensions = [ "sphinx.ext.githubpages", "sphinxcontrib.images", "myst_parser", "cloud_sptheme.ext.issue_tracker" ]
Extra tools
No response
Additional context
No response