mirror of https://github.com/docker/docs.git
Merge pull request #2836 from fj/topic/spinx⇒sphinx
Corrects misspellings of 'Sphinx'
This commit is contained in:
commit
ac70e296db
|
@ -137,7 +137,7 @@ Manpages
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* To make the manpages, run ``make man``. Please note there is a bug
|
* To make the manpages, run ``make man``. Please note there is a bug
|
||||||
in spinx 1.1.3 which makes this fail. Upgrade to the latest version
|
in Sphinx 1.1.3 which makes this fail. Upgrade to the latest version
|
||||||
of Sphinx.
|
of Sphinx.
|
||||||
* Then preview the manpage by running ``man _build/man/docker.1``,
|
* Then preview the manpage by running ``man _build/man/docker.1``,
|
||||||
where ``_build/man/docker.1`` is the path to the generated manfile
|
where ``_build/man/docker.1`` is the path to the generated manfile
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
%}
|
%}
|
||||||
|
|
||||||
{#
|
{#
|
||||||
This part is hopefully complex because things like |cut '/index/' are not available in spinx jinja
|
This part is hopefully complex because things like |cut '/index/' are not available in Sphinx jinja
|
||||||
and will make it crash. (and we need index/ out.
|
and will make it crash. (and we need index/ out.
|
||||||
#}
|
#}
|
||||||
<link rel="canonical" href="http://docs.docker.io/en/latest/
|
<link rel="canonical" href="http://docs.docker.io/en/latest/
|
||||||
|
|
Loading…
Reference in New Issue