Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Some domain directives generate wrong target ID. For example, both py:module and js:module generate target IDs with wrong operation. So they might be conflicted.
py:module
js:module
To Reproduce
This input are converted to following:
blah blah blah .. js:module:: foo blah blah blah .. py:module:: foo blah blah blah
<p>blah blah blah</p> <span class="target" id="module-foo"></span><p>blah blah blah</p> <span class="target" id="module-foo"></span><p>blah blah blah</p>
Expected behavior All domain directives generate valid target IDs and they are not conflicted.
Your project N/A
Screenshots N/A
Environment info
The text was updated successfully, but these errors were encountered:
Update CHANGES for sphinx-doc#6903
ea32986
Merge pull request #7272 from tk0miya/update_CHANGES
d0decad
Update CHANGES for #6903
No branches or pull requests
Describe the bug
Some domain directives generate wrong target ID. For example, both
py:module
andjs:module
generate target IDs with wrong operation. So they might be conflicted.To Reproduce
This input are converted to following:
Expected behavior
All domain directives generate valid target IDs and they are not conflicted.
Your project
N/A
Screenshots
N/A
Environment info
The text was updated successfully, but these errors were encountered: