Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make html fails #5

Closed
djmitche opened this issue May 29, 2015 · 3 comments
Closed

make html fails #5

djmitche opened this issue May 29, 2015 · 3 comments

Comments

@djmitche
Copy link

Exception occurred:
  File "/home/dustin/code/moz/t/relengdocs/sandbox/lib/python2.7/site-packages/sphinx/writers/html.py", line 353, in depart_caption
    node.parent.traverse(nodes.image)[0], _('Permalink to this image'))
IndexError: list index out of range
The full traceback has been saved in /tmp/sphinx-err-6HqZwg.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.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
Makefile:53: recipe for target 'html' failed
make: *** [html] Error 1

This is with a fresh pip install -r rtfd-requirements.txt

@hwine
Copy link
Contributor

hwine commented Jun 1, 2015

docs build almost clean with sphinx-1.2.3 -- only warning is:

copying static files... WARNING: html_static_path entry u'/private/tmp/build-relengdocs/_static' does not exist

@hwine
Copy link
Contributor

hwine commented Jun 1, 2015

Looks like a variant of sphinx-doc/sphinx#1788

While that bug is closed, it hasn't shipped yet: sphinx-doc/sphinx@11f9b5f

@hwine
Copy link
Contributor

hwine commented Jun 1, 2015

Closed with @64bf728 - successful build on rtd.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants