Skip to content

Commit

Permalink
docs(conf): mock TensorFlow and PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbalsiger committed Oct 15, 2020
1 parent ebffed5 commit 9cd11e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

# modules to be mocked
autodoc_mock_imports = ['tensorflow', 'torch']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'default'

Expand Down

0 comments on commit 9cd11e8

Please sign in to comment.