mirror of https://github.com/scrapy/scrapy.git
Create docs/requirements.txt
This commit is contained in:
parent
a57e49d55b
commit
4ec07ae764
|
|
@ -15,7 +15,7 @@ and all its dependencies run
|
|||
|
||||
::
|
||||
|
||||
pip install 'Sphinx >= 1.3' sphinx_rtd_theme
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
Compile the documentation
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
'Sphinx >= 1.3'
|
||||
sphinx_rtd_theme
|
||||
Loading…
Reference in New Issue