Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 420780b

Browse files
authored
fix: include dependency for librarytest (#218)
1 parent a99fdd0 commit 420780b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ commands =
2727
[testenv:librarytest]
2828
deps =
2929
sphinx_rtd_theme
30+
{[testenv]deps}
3031
changedir = {toxinidir}/docs
3132
commands =
3233
sphinx-build -D extensions=sphinx.ext.autodoc,sphinx.ext.autosummary,docfx_yaml.extension,sphinx.ext.intersphinx,sphinx.ext.coverage,sphinx.ext.napoleon,sphinx.ext.todo,sphinx.ext.viewcode -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 commit comments

Comments
 (0)