From 580458fce1e42349397edd372f2c0afd1a36ea6f Mon Sep 17 00:00:00 2001 From: Matt Hickford Date: Sun, 14 Sep 2014 17:13:52 +0000 Subject: [PATCH] Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447 --- doc/_templates/indexsidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html index 4a350ae47..019b20fc1 100644 --- a/doc/_templates/indexsidebar.html +++ b/doc/_templates/indexsidebar.html @@ -14,7 +14,7 @@

{%trans%}Current version: {{ version }}{%endtrans%}

{%trans%}Get Sphinx from the Python Package Index, or install it with:{%endtrans%}

-
easy_install -U Sphinx
+
pip install -U Sphinx

{%trans%}Latest development version docs are also available.{%endtrans%}

{% endif %}