Hi, In my local, it seems Sphinx can build the document without errors. I used Sphinx-1.5.5. Could you paste your full document and full error messages? I've never seen the messages you pasted in both sphinx and docutils.
Thanks, Takeshi KOMIYA 2017-04-14 1:41 GMT+09:00 Jim Klo <[email protected]>: > Greetings, > > I'm using the output from unix tree which produces neatly drawn ascii line > segments to represent a filesystem hierarchy. It uses some extended ascii > characters like '├', '─', and '└' which are not recognized by > sphinx/docutils. I just get an error like the following when trying to > generate HTML output: > > > ... > > [exec] line 6:0 token recognition error at: '├' > > [exec] line 6:1 token recognition error at: '─' > > [exec] line 6:2 token recognition error at: '─' > > [exec] line 7:0 token recognition error at: '└' > > [exec] line 7:1 token recognition error at: '─' > > [exec] line 7:2 token recognition error at: '─' > > ... > > > Anyone know if there is a plugin or config setting I can used to rectify > that? > > > FWIW: this is what a sample of the RST looks like: > > > :: > > > . > > ├── build > > ├── dep-source > > ├── scripts > > ├── sunflower-native > > └── sunflower-native-build > > > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
