Hi Ryan,
Thanks for your quick and detailed response. I tried exactly what you said:
But received this message:
sphinx-build -b html -d build/doctrees source build/html
make: sphinx-build: No such file or directory
make: *** [html] Error 1
I ran make without arguments to see the other flavors, then tried 'make latexpdf' and received:
sphinx-build -b latex -d build/doctrees source /tmp/doc-pybedtools/latex
make: sphinx-build: No such file or directory
make: *** [latexpdf] Error 1
Assuming this was because I did not have sphinx, I did:
pip install sphinx
Then I ran 'make html' and received:
sphinx-build -b html -d build/doctrees source build/html
Making output directory...
Running Sphinx v1.1.3
Exception occurred:
File "/Users/johnurban/Desktop/pybedtools/pybedtools/__init__.py", line 9, in <module>
from cbedtools import Interval, IntervalFile, overlap, \
ImportError: No module named cbedtools
The full traceback has been saved in /var/folders/n1/37wvt0y95bx5b4hnp6r7hs4h0000gn/T/sphinx-err-aaJElt.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
make: *** [html] Error 1
There is pybedtools/docs/build/html, but it is empty.
Any ideas I should try?
It may or may not be relevant that I put pybedtools on my MacBook Pro previously by 'pip install pybedtools'.
Best,
John