# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path += [
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path += [
os.path.abspath('../apps'),
os.path.abspath('../lib'),
os.path.abspath('../lib/librarian'),
]
os.path.abspath('../apps'),
os.path.abspath('../lib'),
os.path.abspath('../lib/librarian'),
]
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the