Issue in building HTML Version

Issue #88 closed
Ron Michael created an issue

Hi! I'm trying to test out if django-postman is the right thing for a chat app I'm working on. I wanted to build the HTML version but whenever I did the

"make html" inside the docs directory it's giving me this error

sphinx-build -b html -d _build/doctrees . _build/html Traceback (most recent call last): "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 477, in _parse_localename raise ValueError, 'unknown locale: %s' % localename ValueError: unknown locale: UTF-8 make: [html] Error 1*

I've tried this solution but it's not working. How do I fix this?

Comments (2)

  1. Patrick Samson repo owner
    • changed status to open

    This is not reproducible on Windows.

    Please report:

    • the full stack trace
    • your current env setting of : LC_ALL, LC_CTYPE, LANG, LANGUAGE

    Try also: export LC_CTYPE=en_US.UTF-8

  2. Log in to comment