Fix redundant docstrings and unpin sphinx

The latest version of Sphinx (documentation generation utility) was
giving a warning (which we were configured to treat as an error) about
there being multiple docstring definitions for the same class.  This had
never been flagged before.
This commit is contained in:
F. Eugene Aumson
2020-04-08 12:10:23 -04:00
parent d9be78cdb4
commit 261bced822
4 changed files with 37 additions and 34 deletions

View File

@@ -16,16 +16,6 @@ zero_ex.order_utils.asset_data_utils
.. automodule:: zero_ex.order_utils.asset_data_utils
:members:
.. autoclass:: zero_ex.order_utils.asset_data_utils.ERC20AssetData
:members:
:undoc-members:
:show-inheritance:
.. autoclass:: zero_ex.order_utils.asset_data_utils.ERC721AssetData
:members:
:undoc-members:
:show-inheritance:
Indices and tables
==================