Skip to content

Commit

Permalink
ignore also tf-probability in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Sep 15, 2020
1 parent c5ed1f8 commit 0c48a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/apisrc/pdfflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Submodules
pdfflow.pdfflow module
------------------------

.. automodule:: pdfflow.pdfflow
.. automodule:: pdfflow.pflow
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
release = pdfflow.__version__

# The full version, including alpha/beta/rc tags
autodoc_mock_imports = ['tensorflow']
autodoc_mock_imports = ['tensorflow', 'tensorflow-probability']


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 0c48a79

Please sign in to comment.