From 2ccc679d6da174736f350276db44d5bd22a67f00 Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:09:20 -0600 Subject: [PATCH] fix docs error by removing protobuf defs from docs --- docs/conf.py | 1 + docs/libp2p.crypto.rst | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a4cbc633..70d6e8b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,6 +82,7 @@ release = __version__ exclude_patterns = [ "_build", "modules.rst", + "libp2p.crypto.pb.rst", ] # The reST default role (used for this markup: `text`) to use for all diff --git a/docs/libp2p.crypto.rst b/docs/libp2p.crypto.rst index 3a675a91..c875de50 100644 --- a/docs/libp2p.crypto.rst +++ b/docs/libp2p.crypto.rst @@ -7,8 +7,6 @@ Subpackages .. toctree:: :maxdepth: 4 - libp2p.crypto.pb - Submodules ----------