Skip to content

Commit

Permalink
readd pytorch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed Jan 14, 2020
1 parent 22576b1 commit 88c0049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ python:
path: .
extra_requirements:
- docs
- pytorch
6 changes: 0 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
autodoc_default_flags = ['members']
autosummary_generate = True

# Mock requirements to save resources during doc build machine setup
autodoc_mock_imports = [
'torch',
'torchvision',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 88c0049

Please sign in to comment.