[sphinx-dev] Error from the epub builder

2010-06-29 Thread Fred Drake
I'm trying out the epub builder, and received this message: Exception occurred: File "/home/fdrake/env/dot_buildout/eggs/docutils-0.6-py2.6.egg/docutils/nodes.py", line 537, in __getitem__ return self.attributes[key] KeyError: 'refuri' The full traceback has been saved in /tmp/sphinx-err-ty

[sphinx-dev] Re: how to recursively autodoc a whole project?

2010-06-29 Thread etienned
On Jun 27, 3:53 pm, Evgeny wrote: > I've tried the script too - would you make the license on your script > compatible with sphinx? I'm the author of this script but I'm not the rights owner. So I cannot change the license. You can ask the rights owner, Société des arts technologiques, directly

[sphinx-dev] intersphinx compatibility

2010-06-29 Thread Benjamin Peterson
I've been testing out Sphinx 1.0's intersphinx on a project of mine. Thank you very much for the prefix feature! I have two requests, though. First, I'd like Sphinx to strip the prefix from the role even if the reference isn't found. This avoids ugly things like "py3:inspect" from showing up in the

[sphinx-dev] Re: latex fails to build on 1.0b2

2010-06-29 Thread Michael P. Soulier
On 29/06/10 msoulier said: > Should I run an older version? Apparently so. I forced an install of 0.6.7 and it works fine. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direc

[sphinx-dev] latex fails to build on 1.0b2

2010-06-29 Thread msoulier
I have a document that builds fine under v0.6.5, but on another machine I picked-up the latest sphinx, which was 1.0b2. Unfortunately my doc won't build to generate pdf output. LaTeX Warning: Hyper reference `index:license-upgrades' on page 28 undefined on input line 1035. [28] Chapter 4. [29]

Re: [sphinx-dev] Re: latex fails to build on 1.0b2

2010-06-29 Thread DasIch
1.0b2 is a beta version and a lot has changed so bugs are to be expected. It would be nice if you could provide the document to reproduce the error, this way we can fix it. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, sen

Re: [sphinx-dev] Re: latex fails to build on 1.0b2

2010-06-29 Thread Michael P. Soulier
On 29/06/10 DasIch said: > 1.0b2 is a beta version and a lot has changed so bugs are to be > expected. It would be nice if you could provide the document to > reproduce the error, this way we can fix it. I'll try stripping my doc down to bare essentials to repro it, but I'll have to do that later