mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-04-02 12:01:27 +00:00
moved factories to tests
This commit is contained in:
committed by
Paul Robinson
parent
ddf68ee4e0
commit
df72979606
@ -278,6 +278,9 @@ texinfo_documents = [
|
||||
),
|
||||
]
|
||||
|
||||
# Prevent autodoc from trying to import module from tests.factories
|
||||
autodoc_mock_imports = ["tests.factories"]
|
||||
|
||||
# Documents to append as an appendix to all manuals.
|
||||
# texinfo_appendices = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user