I get an error while making a stand alone HTML thing. The PDF is the
main output I have been working on and the 38 page sucker works
without problems.
What can I do to fix the following:
$ make html
sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v0.6.3
loading pickled environment... done
building [html]: targets for 16 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
preparing documents... done
writing output... [100%] tut_operations
writing additional files... genindex
Exception occurred:
File "/Library/Python/2.6/site-packages/Sphinx-0.6.3-py2.6.egg/
sphinx/builders/html.py", line 419, in finish
if fl != mn[0].lower() and mn[0] != '_':
IndexError: string index out of range
The full traceback has been saved in /var/folders/n7/n74W9NkwEni28H
+96TY0Ck+++TI/-Tmp-/sphinx-err-VhUIWI.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
The full traceback is:
# Sphinx version: 0.6.3
# Docutils version: 0.6 release
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/Sphinx-0.6.3-py2.6.egg/
sphinx/cmdline.py", line 172, in main
app.build(all_files, filenames)
File "/Library/Python/2.6/site-packages/Sphinx-0.6.3-py2.6.egg/
sphinx/application.py", line 130, in build
self.builder.build_update()
File "/Library/Python/2.6/site-packages/Sphinx-0.6.3-py2.6.egg/
sphinx/builders/__init__.py", line 265, in build_update
'out of date' % len(to_build))
File "/Library/Python/2.6/site-packages/Sphinx-0.6.3-py2.6.egg/
sphinx/builders/__init__.py", line 323, in build
self.finish()
File "/Library/Python/2.6/site-packages/Sphinx-0.6.3-py2.6.egg/
sphinx/builders/html.py", line 419, in finish
if fl != mn[0].lower() and mn[0] != '_':
IndexError: string index out of range
--
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.