[sphinx-users] Re: Is there any way to automatically add section titles to the genindex?

2016-10-11 Thread Minkai Li
if I want to do it ,what is the extension could I do? 在 2016年8月27日星期六 UTC+8下午10:28:48,Komiya Takeshi写道: > > Hi, > > To my knowlege, Sphinx does not have such a feature. > And I don't know such an extension too. > > To do that, you might need to make new extension. > > Thanks, > Takeshi KOMIYA > >

[sphinx-users] Re: Adding background color of notes and attention to Sphinx-generated PDF files

2016-10-11 Thread Peter Burdine
You will need to add some Latex commands to your preamble. For example, the following will make notes centered: \renewcommand{\py@noticestart@note}{\py@lightbox\begin{center}} \renewcommand{\py@noticeend@note}{\end{center}\py@endlightbox} This will make the admonition title be upper case: \renew