On 2017-05-30 15:24, Paul Leopardi wrote:
Do you understand the problem yet, or do I need to explain it again in
greater detail?

I understand the problem, but you are focusing too much on the detail of Sphinx. The problem is unrelated to Sphinx; it has to do with your Sage/Python installation in general.

Sphinx needs to be able to import your modules to document them. There is nothing Sphinx-specific about this, it's just usual Python imports. I am assuming that your package works within Sage but not outside of Sage. That means that you need to run Sphinx also within the Sage environment.

The easiest way to do this is running a Sage shell:

$ sage --sh

And now do everything again within this environment.

--
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to