Skip to content

Commit

Permalink
Made tox use requirements/docs.txt
Browse files Browse the repository at this point in the history
In 0fa5fed I missed that the dependencies for tox are installed separately.
To prevent tox from breaking again with the next theme update,
let's use the requirements file.
  • Loading branch information
jnns committed Oct 16, 2023
1 parent 6fef056 commit a1cd8c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ deps = flake8
[testenv:docs]
commands = sphinx-build -WE docs _docs
deps =
sphinx
furo
-rrequirements/docs.txt

[testenv:warnings]
ignore_outcome = True
Expand Down

0 comments on commit a1cd8c8

Please sign in to comment.