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

2016-10-16 Thread Peter Burdine
\usepackage{xcolor} ... \makeatletter \definecolor{shadecolor}{RGB}{220,220,220} ... \renewcommand{\py@noticestart@note}{\py@lightbox\begin{snugshade*}} \renewcommand{\py@noticeend@note}{\end{snugshade*}\py@endlightbox} ... \makeatother Adding the above to your preamble will enable "notes"

[sphinx-users] Re: how do I add revision history table?

2016-10-16 Thread Peter Burdine
In the latex output, all of the front matter ouput (title page, toc, etc) is controlled by the \maketitle command. If you want to change the front matter you need to renew that command to change its behavior. On Friday, October 14, 2016 at 4:41:39 PM UTC-7, Fiona Hanington wrote: > > Hi there

[sphinx-users] Re: Table of Contents bar on the left is not correct.

2016-10-16 Thread Shatnerz
This was exactly what I needed. Thank you. On Wednesday, October 12, 2016 at 10:15:01 PM UTC-4, Komiya Takeshi wrote: > > Hi, > > I think globaltoc helps you. > Please add following settings to your conf.py: > html_sidebars = { > '**': ['globaltoc.html', 'relations.html', 'sourcelink.html',