Skip to content

Commit

Permalink
mock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 29, 2019
1 parent c196b43 commit 3858af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docs/additional_requirements.txt

This file was deleted.

3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ def skip(app, what, name, obj, skip, options):
return True if name in members else skip

app.connect('autodoc-skip-member', skip)


autodoc_mock_imports = ['torch_scatter', 'torch_sparse', 'torch_cluster']
1 change: 0 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/additional_requirements.txt
setup_py_install: true
system_packages: true

Expand Down

0 comments on commit 3858af9

Please sign in to comment.