Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Oct 18, 2024
1 parent f98484b commit ec32c87
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ commands =
pass_env = CI


[testenv:docs]
description = invoke sphinx-build to build the HTML docs

deps =
{[testenv]deps}
-r{toxinidir}/docs/requirements.txt

commands =
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" --color -bhtml {posargs}
; [testenv:docs]
; description = invoke sphinx-build to build the HTML docs
;
; deps =
; {[testenv]deps}
; -r{toxinidir}/docs/requirements.txt
;
; commands =
; sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" --color -bhtml {posargs}



Expand Down

0 comments on commit ec32c87

Please sign in to comment.