Skip to content

Commit

Permalink
Fix for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed May 7, 2020
1 parent 1c644ba commit beee757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ commands=
flake8 {toxinidir}/django_bleach

[testenv:docs]
changedir = docs
deps =
sphinx
six
changedir = docs
commands=
sphinx-build -b html . _build/html
sphinx-rtd-theme
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {toxinidir}/docs/_build/html

[testenv:upload_coverage]
deps = codacy-coverage
Expand Down

0 comments on commit beee757

Please sign in to comment.