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 b8d130b commit 91625f4Copy full SHA for 91625f4
docs/conf.py
@@ -17,6 +17,7 @@
17
18
intersphinx_mapping = {
19
'python': ('https://docs.python.org/3/', None),
20
+ 'sphinx': ('https://www.sphinx-doc.org/', None),
21
}
22
23
# -- Options for HTML output ---------------------------------------------------
docs/usage.rst
@@ -102,7 +102,7 @@ The next sections will describe the options in more detail.
102
About Sub-Commands
103
==================
104
105
-Sub-commands are limited to one level. But, you can always output help for subcommands separately::
+Sub-commands are limited to one level. But, you can always output help for subcommands separately:
106
107
.. code:: rst
108
0 commit comments