We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83167b2 commit a24edd8Copy full SHA for a24edd8
docs/user/guides/intersphinx.rst
@@ -83,8 +83,8 @@ Result:
83
provided by Intersphinx:
84
85
.. prompt:: bash $
86
-
87
- python -msphinx.ext.intersphinx https://www.sphinx-doc.org/en/master/objects.inv
+
+ python -m sphinx.ext.intersphinx https://www.sphinx-doc.org/en/master/objects.inv
88
89
Intersphinx in Read the Docs
90
----------------------------
@@ -167,7 +167,7 @@ You can use it like this:
167
The inventory file is by default located at ``objects.inv``, for example ``https://readthedocs-docs.readthedocs-hosted.com/en/latest/objects.inv``.
168
169
.. code:: python
170
171
# conf.py file
172
173
intersphinx_mapping = {
0 commit comments