Hi Sadie, followed your talk, thanks for that. Just wanted to suggest that your conf.py is changed to include the following, otherwise quadrilaterals could not be found.
`
import os
import sys
sys.path.insert(0, os.path.abspath("../.."))
`
and maybe tell people to create a '_static' directory within 'docs' to stop any warnings on 'make html'
Once again, thanks for convincing me Sphinx is a good idea.
Hi Sadie, followed your talk, thanks for that. Just wanted to suggest that your conf.py is changed to include the following, otherwise quadrilaterals could not be found.
`
import os
import sys
sys.path.insert(0, os.path.abspath("../.."))
`
and maybe tell people to create a '_static' directory within 'docs' to stop any warnings on 'make html'
Once again, thanks for convincing me Sphinx is a good idea.