Hi Gilberto,

I think that issue is not Sphinx's.
The error traceback says "repository %s not found" (but could not displaying).
Please check your project's path.

Regards,
--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa


2013/4/30 gilberto dos santos alves <gsa...@gmail.com>:
> # Sphinx version: 1.2b1
> # Python version: 2.7.3
> # Docutils version: 0.10 release
> # Jinja2 version: 2.6
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/cmdline.py",
> line 246, in main
>     warningiserror, tags, verbosity, parallel)
>   File
> "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/application.py",
> line 107, in __init__
>     confoverrides or {}, self.tags)
>   File
> "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/config.py",
> line 225, in __init__
>     execfile_(filename, config)
>   File
> "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/util/pycompat.py",
> line 93, in execfile_
>     exec code in _globals
>   File "conf.py", line 26, in <module>
>     docs.build_changelog(docs_path)
>   File
> "/media/brzpc20125_d/desenv/mezzanine146/docs/../mezzanine/utils/docs.py",
> line 123, in build_changelog
>     repo = hg.repository(ui, project_path)
>   File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 93, in
> repository
>     repo = _peerlookup(path).instance(ui, path, create)
>   File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line 2100,
> in instance
>     return localrepository(ui, util.urllocalpath(path), create)
>   File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line 70,
> in __init__
>     raise error.RepoError(_("repository %s not found") % path)
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4:
> ordinal not in range(128)
>
> --
> gilberto dos santos alves
> +55.11.98646-5049
> sao paulo - sp - brasil
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sphinx-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to