Skip to content

Working out of the box #1

@mcaple

Description

@mcaple

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions