Skip to content

Commit

Permalink
remove docs from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Mar 18, 2023
1 parent 3cac564 commit 40ad146
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Expand Up @@ -51,6 +51,7 @@ deps =
skip_install = true
commands =
black --check --diff {posags:src tests}
# TODO: add ruff back
# ruff --diff {posargs:src tests docs}

# asserts package build integrity
Expand Down Expand Up @@ -82,8 +83,9 @@ commands =
[testenv:docs]
package = editable
extras = docs
commands =
sphinx-build {posargs:-E} -b html docs docs/html
# TODO: add docs back, currently fail saying can't find pandoc
# commands =
# sphinx-build {posargs:-E} -b html docs docs/html

# safety checks
[testenv:safety]
Expand Down

0 comments on commit 40ad146

Please sign in to comment.