Skip to content

Commit 91625f4

Browse files
committed
Fixed typo in usage.rst + Added valid link to Sphinx via intersphinx
1 parent b8d130b commit 91625f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
intersphinx_mapping = {
1919
'python': ('https://docs.python.org/3/', None),
20+
'sphinx': ('https://www.sphinx-doc.org/', None),
2021
}
2122

2223
# -- Options for HTML output ---------------------------------------------------

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The next sections will describe the options in more detail.
102102
About Sub-Commands
103103
==================
104104

105-
Sub-commands are limited to one level. But, you can always output help for subcommands separately::
105+
Sub-commands are limited to one level. But, you can always output help for subcommands separately:
106106

107107
.. code:: rst
108108

0 commit comments

Comments
 (0)