Hello, I have a problem with generating Latex-documentation for the program Yade. I think it is related to ipython 0.11 or 0.12, because on 0.10 it works good.
HTML-documentation generates as usually, but Latex generation ends with the following message: ============= File "/usr/lib/python2.7/dist-packages/sphinx/highlighting.py", line 230, in highlight_block return hlsource.translate(tex_hl_escape_map_new) TypeError: expected a character buffer object ============= I could catch the part of tex_hl_escape_map_new variable. It has a very long output. But part of it is here: ============= {9472: u'-', 8321: u'1', 9474: u'\\textbar{}', 8486: u'\\(\\Omega\\)', 8322: u'2', 913: u'A', 8594: u'\\(\\rightarrow\\)', 915: u'\\(\\Gamma\ \)', 968: u'\\(\\psi\\)', 917: u'E', 918: u'Z', 919: u'H', 920: u'\\(\ \Theta\\)', 921: u'I', 922: u'K', 923: u'\\(\\Lambda\\)', 924: u'M', 925: u'N', 8734: u'\\(\\infty\\)', 965: u'\\(\\upsilon\\)', 928: u'\\(\ \Pi\\)', 929: u'P', 35: u'\\#', 36: u'\\$', 37: u'\\%', 38: u'\\&', 167: u'\\S{}', 936: u'\\(\\Psi\\)', 937: u'\\(\\Omega\\)', 8364: u'\ \texteuro{}', 926: u'\\(\\Xi\\)', 8495: u'e', 177: u'\\(\\pm\\)', 946: u'\\(\\beta\\)', 947: u'\\(\\gamma\\)', 948: u'\\(\\delta\\)', 949: u'\ \(\\epsilon\\)', 182: u'\\P{}', 951: u'\\(\\eta\\)', 952: u'\\(\\theta\ \)', 953: u'\\(\\iota\\)', 954: u'\\(\\kappa\\)', 955: u'\\(\\lambda\ \)', 60: u'\\textless{}', 9149: u'\\_', 62: u'\\textgreater{}', 959: u'o', 960: u'\\(\\pi\\)', 961: u'\\(\\rho\\)', 963: u'\\(\\sigma\\)', 964: u'\\(\\tau\\)', 950: u'\\(\\zeta\\)', 966: u'\\(\\phi\\)', 967: u'\\(\\chi\\)', 8520: u'i', 969: u'\\(\\omega\\)', 8227: u'\\(\ \rightarrow\\)', 927: u'O', 933: u'\\(\\Upsilon\\)', 932: u'T', 94: u'\ \textasciicircum{}', 95: u'\\_', 96: u'{}`', 945: u'\\(\\alpha\\)', 934: u'\\(\\Phi\\)', 956: u'\\(\\mu\\)', 935: u'X', 914: u'B', 957: u'\ \(\\nu\\)', 9586: u'\\textbackslash{}', 958: u'\\(\\xi\\)', 916: u'\\(\ \Delta\\)', 931: u'\\(\\Sigma\\)', 124: u'\\textbar{}', 126: u'\ \textasciitilde{}', 65279: u'{}'} ............ ............ ============= I would be thankful if somebody helps to solve the problem. Thank you. Anton -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.