On 2011-08-30, Infinity77 wrote: > On Aug 30, 9:51 am, Guenter Milde wrote: >> On 2011-08-29, Infinity77 wrote:
>> > However, now I am getting this kind of errors: >> > E:\AGW\agw\aui\auibook.py:docstring of >> > aui.auibook.AuiNotebook.DeletePage:6: (ERROR/3) Error in "note" >> > directive: >> > invalid option block. >> Are you perfectly sure the resulting markup is valid? >> or a separate content block >> :note: >> L{DeletePage} removes a tab from the multi-notebook, and >> destroys the window as well. > Thank you for your suggestion. Unfortunately, the :note: is already a > one-liner, it got mangled by the very smart (!) Google wrapping > facility. I get the same error message even if I put something like: >:note: hello I suppose the problem is the mangling step. Looking at the error, is see "invalid option block". This indicates that the rst parser sees some option block, i.e. something like e.g.:: .. note:: :note: a short note or similar. Do you have a chance to check what the "mangled" docstring looks like? Did you try with valid rst in the docstring literal? > Moreover, what is curious is that this approach has always worked from > Sphinx -0.3 (yes, minus) up to Sphinx 1.0.7, it only breaks now with > the pre-dev version. > Oh, and another issue. Unfortunately, I cannot help with these. Günter -- 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.