Enable intersphinx by hosting objects.inv
See original GitHub issueIs your feature request related to a problem? Please describe.
I would like to link to parts of the geoviews documentation using the sphinx intersphinx extension. I’m 90% sure this used to work, but doesn’t any more. The main thing is that there needs to be a /objects.inv
hosted in the documentation. My understanding is this happens by default with normal sphinx builds:
https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
Describe the solution you’d like
https://geoviews.org/objects.inv
Is it possible this file is not being included on purpose? Sphinx is still being used for documentation site generation, right?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
sphinx.ext.intersphinx – Link to other projects' documentation
Each Sphinx HTML build creates a file named objects. · Projects using the Intersphinx extension can specify the location of such mapping files...
Read more >Welcome to sphobjinv! — sphobjinv 2.2.2 documentation
¶. A toolkit for inspection/manipulation of Sphinx objects inventories. When documentation is built using, e.g., Sphinx's StandaloneHTMLBuilder , an inventory ...
Read more >sphobjinv - PyPI
sphobjinv (short for 'sphinx objects.inv') can help! The syntax required for a functional Sphinx cross-reference is highly non-obvious in many ...
Read more >Linking Between Sites with Intersphinx - PyCharm Guide
Rich structure and linking, between sites. Perhaps you've gotten the point by now: Sphinx extracts a lot of structure in your site. But...
Read more >Sphinx Objects.inv Converter Documentation - Read the Docs
inv files in order to allow intersphinx cross-referencing of other documentation sets that were not created by Sphinx. Install via pip: $ pip...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally fixed, sorry for the delay.
It might have been deliberate, but mistaken.
Here’s an example of the file being removed from the geoviews website build:
(https://travis-ci.org/holoviz/geoviews/jobs/617439369#L2234)
I’ve opened https://github.com/pyviz-dev/nbsite/issues/153