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:
Paul Tremberth 2017-04-24 12:35:40 +02:00 committed by GitHub
commit aa59cf4241
3 changed files with 5 additions and 4 deletions

View File

@ -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

2
docs/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Sphinx>=1.3
sphinx_rtd_theme

View File

@ -82,8 +82,7 @@ deps = {[testenv:py33]deps}
[docs]
changedir = docs
deps =
Sphinx
sphinx_rtd_theme
-rdocs/requirements.txt
[testenv:docs]
changedir = {[docs]changedir}