On Wednesday, 31 May 2017 19:39:32 UTC+10, Jeroen Demeyer wrote:
>
> I think you need to import sage.all first, before importing anything
> else from sage.
>
Thanks, I think I figured out what you mean. I updated conf.py to contain
the following:
...
# 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.
#
import os
import sys
sys.path.insert(0, os.path.abspath('../sage-code'))
sys.path.insert(0, os.path.abspath('../sage-code/boolean_cayley_graphs'))
import sage.all
...
After that, make html worked.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.