Add refs to IEEE-P1076.gitlab.io through intersphinx#32
Conversation
@umarcor are you going to file a bug report? We're using latest Sphinx v4.2.x, right? |
@Paebbels, yes we are using latex Sphinx: https://github.com/VHDL/pyVHDLModel/runs/3715512683?check_suite_focus=true#step:5:173. Before opening a bug report, I would like to understand why references to |
95cd78d to
e033eaa
Compare
|
As explained in sphinx-doc/sphinx#9682 (comment), the intersphinx mapping identifier needs to be lowercase. I fixed this PR, and it is now ready to merge. |
Codecov Report
@@ Coverage Diff @@
## dev #32 +/- ##
=======================================
Coverage 74.11% 74.11%
=======================================
Files 4 4
Lines 2306 2306
Branches 352 352
=======================================
Hits 1709 1709
Misses 584 584
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
I'm trying to add references to IEEE-P1076.gitlab.io through intersphinx, with no success. This PR is for showcasing the issue, in the hope that someone can help me understand what's going on.
This is the output I get:
label, the targets are not correct.refwithout theVASGnamespace is correct, however, it does not work if the namespace is specified.docworks regardless of the namespace being used.My understanding is that this might be a bug in Sphinx/Intersphinx.