Skip to content

Commit

Permalink
update readthedoc setting
Browse files Browse the repository at this point in the history
  • Loading branch information
senwu committed Oct 16, 2019
1 parent 49a187a commit cc66f17
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@

sys.path.insert(0, os.path.abspath("../src/"))

autodoc_mock_imports = ["numpy", "scipy", "sklearn", "torch", "tqdm", "yaml"]
autodoc_mock_imports = [
"numpy",
"scipy",
"sklearn",
"tensorboardX",
"torch",
"tqdm",
"yaml",
]

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit cc66f17

Please sign in to comment.