mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2668 from harshasrinivas/docs-sphinx-rtd-theme
[MRG+1] Add sphinx_rtd_theme to docs setup readme
This commit is contained in:
commit
aa59cf4241
|
|
@ -11,11 +11,11 @@ Setup the environment
|
|||
---------------------
|
||||
|
||||
To compile the documentation you need Sphinx Python library. To install it
|
||||
and all its dependencies run
|
||||
and all its dependencies run the following command from this dir
|
||||
|
||||
::
|
||||
|
||||
pip install 'Sphinx >= 1.3'
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
Compile the documentation
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
Sphinx>=1.3
|
||||
sphinx_rtd_theme
|
||||
Loading…
Reference in New Issue