Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 50c80b8

Browse files
committed
needed for installation with spkg-install in Sage
1 parent ca6e6cb commit 50c80b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from six.moves import range
1616
extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc']
1717
master_doc = 'index'
18+
sys.path.append('../')
1819

1920
# We use the main document's title, if we can find it.
2021
rst_file = open('index.rst', 'r')

0 commit comments

Comments
 (0)