Merge pull request #9753 from Marsfan/patch-1

Add missing space in intersphinx doc
This commit is contained in:
Takeshi KOMIYA
2021-10-21 01:28:57 +09:00
committed by GitHub

View File

@@ -158,7 +158,7 @@ searching for the root cause of a broken Intersphinx link in a documentation
project. The following example prints the Intersphinx mapping of the Python 3
documentation::
$ python -msphinx.ext.intersphinx https://docs.python.org/3/objects.inv
$ python -m sphinx.ext.intersphinx https://docs.python.org/3/objects.inv
Using Intersphinx with inventory file under Basic Authorization
---------------------------------------------------------------