docs: make autodoc work without installing pygit2

This commit is contained in:
J. David Ibáñez 2013-01-19 15:39:51 +01:00
parent 6bb932cd1c
commit c1a48d514a

@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../build/lib.linux-x86_64-2.7'))
# -- General configuration -----------------------------------------------------