I am trying to add external references to a documentation. References to sections are properly found and linked. However, references to options are found, but no link is created.
conf.pyintersphinx_mapping = {
'ghdl': ('http://ghdl-devfork.readthedocs.io/en/new-documentation-structure', None)
}
index.rst::option:`ghdl:-C`
:ref:`GHDL Roadmap <ghdl:CHANGE:Roadmap>`
I expect the option to be a link to -C, since both urls are shown in the inventory file:
$ curl -s http://ghdl-devfork.readthedocs.io/en/new-documentation-structure/objects.inv | tail -n+5 | openssl zlib -d
...
-C std:option 1 references/CommandReference.html#cmdoption-ghdl-mb-comments -
...
change:roadmap std:label -1 changelog/Roadmap.html#change-roadmap Roadmap | Future improvements
...
Thank you for reporting.
Fixed at 811df6b.
Does this also fix #2822?
Thanks!
Most helpful comment
Thank you for reporting.
Fixed at 811df6b.