Hello Sphinx-Developer, when running Sphinx 1.1.2 I receive the following exception. - See 'Log-1' for the exception:
<log-1> Leo 4.9.1 devel, build 4989, 2012-02-18 08:50:00 Python 3.2.2, qt version 4.8.0 Windows 6, 1, 7601, 2, Service Pack 1 wrote recent file: D:\Users\Ravi\.leo\.leoRecentFiles.txt reading: D:\Branches\leo-editor\leo\doc\LeoDocs.leo reading: @file doc-startup.txt reading: @auto-rst treecaching.txt reading @edit: conf.py reading @edit: leo_toc.html.txt reading @edit: leo_toc.html reading: @file plugin_catalog.py reading: @file html/front.html reading: @file frontMatter.txt reading: @file preface.txt reading: @file testimonials.txt reading: @file FAQ.txt reading: @file screen-shots.txt reading: @file installing.txt reading: @file intro.txt reading: @file outline-commands.txt reading: @file nutshell.txt reading: @file outlines.txt reading: @file commands.txt reading: @file customizing.txt reading: @file coloring.txt reading: @file rstplugin3.txt reading: @file scripting.txt reading: @file plugins.txt reading: @file writingPlugins.txt reading: @file unitTesting.txt reading: @file debuggers.txt reading: @file atShadow.txt reading: @file emacs.txt reading: @file IpythonBridge.txt reading: @file leoBridge.txt reading: @file vimBindings.txt reading: @file zodb.txt reading: @file directives.txt reading: @file design.txt reading: @file history.txt reading: @file theory.txt reading: @file whitepapers.txt reading: @file appendices.txt reading: @file glossary.txt reading: @file whatsnew.txt reading: @file download.txt reading: @file other_docs.txt reading: @file slideshows.txt reading: @file release_notes.txt wrote: D:\Branches\leo-editor\leo\doc\html\frontMatter.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\preface.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\testimonials.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\FAQ.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\slides.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\installing.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\intro.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\outline-commands.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\nutshell.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\outlines.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\commands.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\customizing.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\coloring.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\rstplugin3.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\scripting.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\plugins.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\writingPlugins.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\unitTesting.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\debuggers.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\atShadow.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\emacs.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\IPythonBridge.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\leoBridge.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\vimBindings.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\zodb.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\directives.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\design.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\history.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\theory.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\whitepapers.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\appendices.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\glossary.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\what-is-new.html.txt wrote: D:\Branches\leo-editor\leo\doc\html\download.html.txt done Making output directory... Running Sphinx v1.1.2 Exception occurred: File "C:\Python32\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 6564: character maps to <undefined> The full traceback has been saved in d:\users\ravi\appdata\local\temp \sphinx-err-7u9urs.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. Either send bugs to the mailing list at <http://groups.google.com/ group/sphinx-dev/>, or report them in the tracker at <http://bitbucket.org/birkenfeld/ sphinx/issues/>. Thanks! Build finished. The HTML pages are in _build/html. </log-1> and 'Log-2' for the output from 'sphinx-err-7u9urs.log': <log-2> # Sphinx version: 1.1.2 # Python version: 3.2.2 # Docutils version: 0.8.1 release # Jinja2 version: 2.6 Traceback (most recent call last): File "C:\Python32\lib\site-packages\sphinx\cmdline.py", line 188, in main warningiserror, tags) File "C:\Python32\lib\site-packages\sphinx\application.py", line 102, in __init__ confoverrides or {}, self.tags) File "C:\Python32\lib\site-packages\sphinx\config.py", line 200, in __init__ source = f.read() File "C:\Python32\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 6564: character maps to <undefined> </log-2> Since this is my first post to this mailing-list, please advise if I missed something. With kind regards, Viktor -- 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.