Skip to content

Commit a24edd8

Browse files
authored
Add space in example from intersphinx.rst (#9601)
1 parent 83167b2 commit a24edd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/guides/intersphinx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Result:
8383
provided by Intersphinx:
8484

8585
.. prompt:: bash $
86-
87-
python -msphinx.ext.intersphinx https://www.sphinx-doc.org/en/master/objects.inv
86+
87+
python -m sphinx.ext.intersphinx https://www.sphinx-doc.org/en/master/objects.inv
8888

8989
Intersphinx in Read the Docs
9090
----------------------------
@@ -167,7 +167,7 @@ You can use it like this:
167167
The inventory file is by default located at ``objects.inv``, for example ``https://readthedocs-docs.readthedocs-hosted.com/en/latest/objects.inv``.
168168

169169
.. code:: python
170-
170+
171171
# conf.py file
172172
173173
intersphinx_mapping = {

0 commit comments

Comments
 (0)