From a11bd3e89dd151f21b42757caba2c45c1b4f9f8a Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Wed, 15 Apr 2015 11:50:57 +0500 Subject: [PATCH] DOC update docs readme file - sphinx >= 1.3 is now required. --- docs/README | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/README b/docs/README index 7fd549374..26cf25371 100644 --- a/docs/README +++ b/docs/README @@ -8,16 +8,12 @@ This file provides a quick guide on how to compile the Scrapy documentation. Setup the environment --------------------- -To compile the documentation you need the following Python libraries: +To compile the documentation you need Sphinx Python library. To install it +and all its dependencies run - * Sphinx - * docutils - * jinja +:: -If you have setuptools available the following command will install all of them -(since Sphinx requires both docutils and jinja):: - - easy_install Sphinx + pip install 'Sphinx >= 1.3' Compile the documentation