Hi, I am not able to dump the contents of an objects.inv file as described at https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html:
$ python -msphinx.ext.intersphinx build/html/objects.inv (snip) Error while finding module specification for 'sphinx.ext.intersphinx' (ModuleNotFoundError: No module named 'sphinx') I get the same module not found error on two machines - sphinx on macOS installed via: brew install sphinx - sphinx on Win10 installed via: pip install -U sphinx Sphinx otherwise works as expected. Any help with this appreciated. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/84a82099-3c0a-4315-8c10-f0ae81c84716n%40googlegroups.com.
