From f02e451e05af90fed3ed35a8427f8107f80537a9 Mon Sep 17 00:00:00 2001 From: Keri Date: Tue, 31 Mar 2020 15:33:49 -0600 Subject: [PATCH] Exclude deterministic docs --- docs/conf.py | 1 + eth_account/signers/local.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 48ddfbe6..02a39fa6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,6 +82,7 @@ '_build', 'modules.rst', 'eth_account.internal.rst', + 'eth_account.hdaccount*', ] # The reST default role (used for this markup: `text`) to use for all diff --git a/eth_account/signers/local.py b/eth_account/signers/local.py index 9ac84e08..40093f66 100644 --- a/eth_account/signers/local.py +++ b/eth_account/signers/local.py @@ -46,7 +46,7 @@ def address(self): @property def privateKey(self): """ - .. CAUTION:: Deprecated for :var:`~eth_account.signers.local.LocalAccount.key`. + .. CAUTION:: Deprecated for :meth:`~eth_account.signers.local.LocalAccount.key`. This attribute will be removed in v0.5 """ warnings.warn(