Skip to content

Commit

Permalink
Ignore RandomState references so rtd will build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed May 21, 2020
1 parent ec3a44f commit 5bc37a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ def setup(app):
# Won’t be documented
('py:class', 'scanpy.plotting._utils._AxesSubplot'),
('py:class', 'scanpy._utils.Empty'),
('py:class', 'numpy.random.mtrand.RandomState'),
]

0 comments on commit 5bc37a2

Please sign in to comment.