Created
August 3, 2022 04:26
-
-
Save verdimrc/1f25eb3e3205a331f141172fd3546430 to your computer and use it in GitHub Desktop.
sphinx.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List content of object.inv as plain text to stdout. | |
python -m sphinx.ext.intersphinx https://docs.python.org/3/objects.inv | |
# Alternative | |
pip install sphobjinv | |
sphobjinv --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment