Skip to content

Commit

Permalink
Remove tox -e docs which is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbang committed Mar 26, 2024
1 parent 43e3a01 commit 4891f65
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,6 @@ deps =
commands =
bandit -r e3 -ll -ii -s B102,B108,B301,B506

[testenv:docs]
basepython = python
deps =
pytest
mock
httpretty
sphinx
sphinx-autoapi
sphinx_rtd_theme
commands =
py.test --collect-only --requirement-coverage-report={toxinidir}/docs/source/requirement_coverage.yaml
python docs/generate-req-coverage.py {toxinidir}/docs/source/requirements.yaml \
{toxinidir}/docs/source/requirement_coverage.yaml \
{toxinidir}/docs/source/requirement_coverage.rst
python -msphinx -M html {toxinidir}/docs/source {toxinidir}/docs/build

[flake8]
ignore = D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213,E123,E133,E241,E242,W503,E704

Expand Down

0 comments on commit 4891f65

Please sign in to comment.