You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would probably fix it although the underlying problem is that stuff should be unicode in the first place. Could you check whether #30 works to your satisfaction please? I was able to convert Julia’s documentation with 2.7, 3.4, and pypy and the results look good to me as far as I can tell.
Python's str.format() does not support unicode arguments (see http://bugs.python.org/issue7300). Thus doc2dash fails to build docs for e.g. https://github.com/JuliaLang/julia:
The fix is to use the % operator:
The text was updated successfully, but these errors were encountered: