Hi Takeshi, Thanks for your prompt reply,
On Saturday, 16 November 2019 12:14:34 UTC+1, Komiya Takeshi wrote: > > altrubric = nodes.rubric(altrubric_text, '', *textnodes, > **self.options) > > It generates a node via `nodes.rubric()`. It should be replaced by > `altrubric` class instead. > You're right, but when I try to use altrubric in that line, Exceptions are always thrown. My poor python knowkedge does not help either... > On my local, it works fine with above change and `app.add_directive()` > call in setup() function. > Yes, I have the app.add_directive call, I just did not copy&paste it. My bad. Thank you for your patience! Stefano -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/7d98dbd5-90b4-44c4-befc-431cbba77c9d%40googlegroups.com.
