Skip to content

Commit

Permalink
ci: fix tox doc environments
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Sep 22, 2023
1 parent 02fbbc0 commit f3e238c
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 @@ -154,7 +154,6 @@ env_dir = {work_dir}/docs
runner = ignore_env_name_mismatch
deps =
sphinx-lint==0.6.7
-r{tox_root}/docs/.sphinx/requirements.txt

[testenv:build-docs]
description = Build sphinx documentation
Expand All @@ -175,5 +174,5 @@ commands = sphinx-autobuild {posargs:-b html --open-browser --port 8080} -W --wa
[testenv:lint-docs]
description = Lint the documentation with sphinx-lint
base = docs
commands = sphinx-lint --ignore docs/_build -e all {posargs} docs/
commands = sphinx-lint --ignore docs/_build --ignore docs/sphinx-resources -e all {posargs} docs/
labels = lint

0 comments on commit f3e238c

Please sign in to comment.