Update sys.path to avoid autodoc warnings when building docs in tests/root.

This commit is contained in:
Jonathan Waltman
2012-11-08 21:16:41 -06:00
parent d7f7143cb5
commit 34cbd684a9
+1
View File
@@ -3,6 +3,7 @@
import sys, os
sys.path.append(os.path.abspath('.'))
sys.path.append(os.path.abspath('..'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.jsmath', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.autosummary',