commit | b9261184b8470fea19cda15f0e419a9a5593602e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sun Sep 03 14:39:51 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Sep 05 06:30:41 2017 -0400 |
tree | 0fc4bb55f41f198a4bc308fd76c037c70a40f8b5 | |
parent | 679f4d6ea516234d03d85e15aca46a0c1e0a6dea [diff] |
media: index.rst: don't write "Contents:" on PDF output Right now, Sphinx unconditionally creates a blank page with just "Contents:" on it, on PDF output. While this makes sense for html, it doesn't o PDF, as LaTeX does what's required automatically. Fix it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>