Revision 85e3803d docs/conf.py

b/docs/conf.py
16 16
# documentation root, use os.path.abspath to make it absolute, like shown here.
17 17

  
18 18
import sys, os
19
sys.path.append("gevent.monkey")
20
sys.path.append("~/src/synnefo/snf-common")
21
sys.path.append("snf-common")
22
sys.path.append("../")
19
sys.path.append("/home/saxtouri/src/synnefo/snf-common")
20
sys.path.append('../')
23 21

  
24 22
# -- General configuration -----------------------------------------------------
25 23

  

Also available in: Unified diff