Skip to content

Commit 4db16bd

Browse files
committed
update tox.ini to install all deps for docs build
1 parent 5c45a52 commit 4db16bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/libp2p.transport.quic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Submodules
55
----------
66

77
libp2p.transport.quic.transport module
8-
-------------------------------------
8+
--------------------------------------
99

1010
.. automodule:: libp2p.transport.quic.transport
1111
:members:

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ extras=
3636
docs
3737
allowlist_externals=make,pre-commit
3838

39+
[testenv:docs]
40+
deps=.
41+
3942
[testenv:py{39,310,311,312,313}-lint]
4043
deps=pre-commit
4144
extras=

0 commit comments

Comments
 (0)