Skip to content

Commit

Permalink
fixed doc theme bug
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Apr 21, 2021
1 parent ab59f9e commit 52ff36f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))

# autodoc_mock_imports = ['torch', 'numpy', 'imageio']
autodoc_mock_imports = ['torch', 'numpy', 'matplotlib', 'imageio']

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

Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
sphinx
cloud_sptheme
torch
torchvision
numpy
matplotlib <= 3.1.0
tensorboard
imageio
git-python

0 comments on commit 52ff36f

Please sign in to comment.