Commit fa6df716 authored by Jacob Kaufman's avatar Jacob Kaufman
Browse files

Update conf.py

parent 1fe46a3a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@
import os
import sys
sys.path.append('/jupyter/src/')
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../CartoCosmos-1'))
sys.path.insert(0, os.path.abspath('../..'))
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../CartoCosmos-1/jupyter/src'))
#sys.path.insert(0, os.path.abspath('../../src'))

#extensions = [
#             'jupyter_sphinx',