From 50c80b8c6bb0d1d749026b64861ea5f70d7d9b39 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Wed, 17 Oct 2018 23:20:53 +0100 Subject: [PATCH] needed for installation with spkg-install in Sage --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 06b6bbaae..76b45d798 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -15,6 +15,7 @@ from six.moves import range extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc'] master_doc = 'index' +sys.path.append('../') # We use the main document's title, if we can find it. rst_file = open('index.rst', 'r')