I've found the fault, it seems that pip created a buid dir inside my Sphinx source tree. The project actually builds.
Sorry about the noise :) On 13 sep, 15:00, Nahuel Defosse <[email protected]> wrote: > Hi everyone, > we've been using Sphinx for LaTeX output for some weeks now, it's been > a relief from having to write LaTeX (and learning it at the same > time). > We're writing our thesis about bringing Django applications offline > using Javascript 1.7 (Mozilla) and Gears. > We started writing our documents in LaTeX and later droped it as it > was hard to read (compared to reST). > We were building our doc on 0.6.2 but I dediced to check 0.6.3, and it > stoped building (and then 1.0-dev with the same luck ;( ) > The errors seems to be related to some kind of automated checks about > markup, I guess. I can't recall if this step was part of 0.6.2 build > process. I've pasted the output at the end of this message. I've tried > upgrading and installing from hg, both failed. > I'm using Ubuntu 9.04, and python 2.6. The repo is located > athttp://bitbucket.org/D3f0/protopy/. > I've also made a virutalenv but it also fails. Should I go back to > 0.6.2? > > Cheers > Nahuel > > =============================== BUILD OUTPUT > ================================== > > defo:docs$ LANG=C make > make[1]: Entering directory `/home/defo/workspace/python/django/ > protopy/docs/_svg' > make[1]: `all' is up to date. > make[1]: Leaving directory `/home/defo/workspace/python/django/protopy/ > docs/_svg' > sphinx-build -b latex -d _build/doctrees . _build/latex > Running Sphinx v1.0 > loading translations [es]... done > loading pickled environment... not found > building [latex]: all documents > updating environment: 236 added, 0 changed, 0 removed > /usr/lib/python2.6/dist-packages/docutils/parsers/rst/__init__.py:178: > DeprecationWarning: BaseException.message has been deprecated as of > Python 2.6 > self.message = message > /usr/lib/python2.6/dist-packages/docutils/parsers/rst/states.py:2046: > DeprecationWarning: BaseException.message has been deprecated as of > Python 2.6 > directive_error.message) > reading sources... [ 81%] build/docutils/test/test_parsers/test_rst/ > test_directives/include13 > reST markup error: > /home/defo/workspace/python/django/protopy/docs/build/docutils/test/ > test_parsers/test_rst/test_directives/include13.txt:8: (SEVERE/4) > Missing matching underline for section title overline. > > ------- > -- mork of ork > > make: *** [latex] Error 1 > > ========================== END OF BUILD OUTPUT > ================================== > > ========================== FILE CONTENTS > ================================= > In include13.txt (but before header) > > From: me > To: you > > In include13.txt (between header and signature) > > ------- > -- mork of ork > > In include13.txt (after signature) > ======================= END OF FILE CONTENTS > ============================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
