Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
docs: try to fix build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 13, 2019
1 parent d0f2c39 commit 5fcac7a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,16 @@
import sys
# include parent directory
pdir = op.dirname(op.dirname(op.abspath(__file__)))
sys.path.insert(0, pdir)
# include extenstions
sys.path.append(op.abspath('extensions'))

# Mock all dependencies
install_requires=["appdirs",
"fcswrite",
"h5py",
"imageio",
"nptdms",
"pyper",
"chaco", "simplejson", "wx", "wxPython",
"chaco",
"simplejson",
"wx",
"wxPython",
]

for mod_name in install_requires:
Expand Down

0 comments on commit 5fcac7a

Please sign in to comment.