Skip to content

Commit

Permalink
Exclude deterministic docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Apr 2, 2020
1 parent d56f7e6 commit f02e451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eth_account/signers/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f02e451

Please sign in to comment.