Skip to content

Commit

Permalink
mocking tqdm
Browse files Browse the repository at this point in the history
  • Loading branch information
profjsb committed Jul 23, 2019
1 parent 9516735 commit 32c99b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'sphinx.ext.napoleon'
]

autodoc_mock_imports = ["torch"]
autodoc_mock_imports = ["torch", "tqdm"]

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

0 comments on commit 32c99b5

Please sign in to comment.