Skip to content

Commit

Permalink
Add tox env for local docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Nov 22, 2024
1 parent 7e5ddfa commit 9806695
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ description = check code style, e.g. with flake8
deps = flake8
commands = flake8 jdaviz --count

[testenv:docs]
changedir = docs
description = Build the Shinx HTML docs
extras = docs
commands =
sphinx-build -b html . _build/html

[testenv:securityaudit]
skip_install = true
changedir = .
Expand Down

0 comments on commit 9806695

Please sign in to comment.