Skip to content

Commit 2f07806

Browse files
committed
chore: rely on pyproject.toml when building docs
1 parent 3784fe8 commit 2f07806

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

docs/requirements.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ passenv =
2121

2222
[testenv:docs]
2323
deps =
24-
-r docs/requirements.txt
24+
.[dev]
25+
sphinx==5.3.0
26+
sphinxcontrib-asyncio
27+
sphinx_rtd_theme
2528

2629
allowlist_externals = rm
2730
commands =

0 commit comments

Comments
 (0)