All,
I tried the following in my conf.py:
extensions = ['sphinx.ext.jsmath',
'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive']
jsmath_path=['_static/jsMath/easy/load.js']
I dropped the jsMath folder in _static.
When I do a "make html" I get this error:
david-arnolds-macbook-pro-2:Homework darnold$ make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v0.6.3
loading pickled environment... done
Exception occurred:
File "/Library/Frameworks/Python.framework/Versions/5.1.1/lib/
python2.5/posixpath.py", line 60, in join
if b.startswith('/'):
AttributeError: 'list' object has no attribute 'startswith'
The full traceback has been saved in /var/folders/qE/qEavkZWTFMmxjncuY
+HnqE+++TI/-Tmp-/sphinx-err-IZc0FA.log, if you want to report the
issue to the author.
Please also report this if it was a user error, so that a better error
message can be provided next time.
Send reports to [email protected]. Thanks!
make: *** [html] Error 1
Has anyone successfully used jsMath?
D.
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.