diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2018-06-06 01:48:58 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-06-26 18:07:25 +0300 |
commit | c1ec85ff408db77f5c97ae71b8854faed40e89f1 (patch) | |
tree | 8d6e1c211b28351a8cbcfe3aa33e91194c599da4 /Documentation/doc-guide/sphinx.rst | |
parent | fc1ca3d5b4b9532fff76fa21f7d22efdf02d38b7 (diff) | |
download | linux-c1ec85ff408db77f5c97ae71b8854faed40e89f1.tar.xz |
doc:doc-guide: fix a typo and an error
Fix a typo in sphinx.rst and a minor error in parse-header.rst
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide/sphinx.rst')
-rw-r--r-- | Documentation/doc-guide/sphinx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst index a2417633fdd8..f0796daa95b4 100644 --- a/Documentation/doc-guide/sphinx.rst +++ b/Documentation/doc-guide/sphinx.rst @@ -28,7 +28,7 @@ The ReST markups currently used by the Documentation/ files are meant to be built with ``Sphinx`` version 1.3 or upper. If you're desiring to build PDF outputs, it is recommended to use version 1.4.6 or upper. -There's a script that checks for the Spinx requirements. Please see +There's a script that checks for the Sphinx requirements. Please see :ref:`sphinx-pre-install` for further details. Most distributions are shipped with Sphinx, but its toolchain is fragile, |