Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/2292#issuecomment-54686027
Hmm, the Makefile PYTHONPATH didn't seem to work. Maybe we should add
those directories to sys.path in `conf.py`, which has a section for this:
```python
# 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.
sys.path.insert(0, os.path.abspath('.'))
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]