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

TypeError: 'NoneType' when writing output #3822

Closed
damaskino opened this issue May 28, 2017 · 3 comments
Closed

TypeError: 'NoneType' when writing output #3822

damaskino opened this issue May 28, 2017 · 3 comments

Comments

@damaskino
Copy link

damaskino commented May 28, 2017

Hi there, I ran into an error while trying to generate the documentation for slixmpp
https://github.com/poezio/slixmpp

After cloning the slixmpp repository, I tried to generate the documentation with:

cd docs
make html

This always produces the following error for me:

Exception occurred:
  File "/usr/lib/python3.6/site-packages/sphinx/themes/haiku/../basic/layout.html", line 108, in template
    {%- for css in css_files %}
TypeError: 'NoneType' object is not iterable

Error log:

sphinx-err-pg213tb8.txt

Environment info

  • OS: Linux
  • Python version: 3.6.1
  • Sphinx version: 1.6.1
  • Docutils version: 0.13.1 release
@shimizukawa
Copy link
Member

It has been fixed at 1.6.2 release.
Please update and try it.

@shimizukawa shimizukawa modified the milestone: 1.6.1 May 28, 2017
@tk0miya
Copy link
Member

tk0miya commented May 29, 2017

I close this because duplicated with #3754.
Please reopen if you still get the error after upgrading to 1.6.2.

@damaskino
Copy link
Author

damaskino commented May 29, 2017

Works now, after upgrading to sphinx 1.6.2 thanks a lot! :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants