[sphinx-users] Re: parsed-literal/code-block and other preformated block in PDF Output

2016-05-16 Thread Peter Burdine
I think this is related to https://github.com/sphinx-doc/sphinx/issues/2167 that Andrea put in last year. On Saturday, May 14, 2016 at 10:27:47 AM UTC-7, Peter Burdine wrote: > > Is there a way to either completely enable or disable syntax-highlighting > for parsed-literal and code-blocks? I am

[sphinx-users] Re: TOC Depth in HTML vs PDF -- PDF output has numbered headings up to level 3

2016-05-16 Thread Peter Burdine
I figured out that Sphinx defaults to 3 levels for PDF. If you want more you need to include something like this in your preamble: \setcounter{secnumdepth}{9} > On Saturday, May 14, 2016 at 3:31:52 PM UTC-7, Peter Burdine wrote: > > I'm trying to write a document using the 'manual' format. In