Skip to content

Commit

Permalink
Move docs requirements out of tox.ini
Browse files Browse the repository at this point in the history
This should help to fix the docs build on readthedocs.
  • Loading branch information
rfleschenberg committed Sep 5, 2017
1 parent 6ad5333 commit dc7a7ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
14 changes: 14 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-r common.txt
enum34
django==1.10.7
Sphinx==1.4.5
sphinx-rtd-theme==0.1.9
beautifulsoup4==4.4.1
Jinja2==2.8
MarkupSafe==0.23
alabaster==0.7.9
babel==2.3.4
docutils==0.12
imagesize==0.7.1
snowballstemmer==1.2.1
Pygments==2.1.3
15 changes: 1 addition & 14 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ commands = coverage report

[testenv:docs]
deps =
enum34
django==1.10.7
-r{toxinidir}/requirements/common.txt
Sphinx==1.4.5
sphinx-rtd-theme==0.1.9
beautifulsoup4==4.4.1
Jinja2==2.8
MarkupSafe==0.23
alabaster==0.7.9
babel==2.3.4
docutils==0.12
imagesize==0.7.1
snowballstemmer==1.2.1
Pygments==2.1.3
-r{toxinidir}/requirements/docs.txt
commands=
sphinx-build -W -b html -d {envtmpdir}/doctrees {toxinidir}/docs {envtmpdir}/html

0 comments on commit dc7a7ad

Please sign in to comment.