mirror of https://github.com/scrapy/scrapy.git
DOC update docs readme file - sphinx >= 1.3 is now required.
This commit is contained in:
parent
dd84f4bd9a
commit
a11bd3e89d
12
docs/README
12
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue