Skip to content

Commit

Permalink
update sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
leVirve committed Jul 31, 2018
1 parent 5622292 commit 80159f4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/source/conf.py
Expand Up @@ -14,7 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -158,4 +158,15 @@
]


# -- Extension configuration -------------------------------------------------
# -- Extension configuration -------------------------------------------------
autodoc_mock_imports = [
'torchvision',
'tensorboardX',
'tqdm',
'pyaml',
'numpy',
'scipy',
'torch',
'cv2',
'PIL',
]

0 comments on commit 80159f4

Please sign in to comment.