From 5bb2b55a2880b3c91dbcd6580f3d25ee23c6655c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 10 May 2010 11:35:43 +0200 Subject: [PATCH] Explicitly set the pygments style for the PDF --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index ff5951b3..2048ab6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -234,3 +234,5 @@ intersphinx_mapping = { 'http://www.sqlalchemy.org/docs/': None, 'http://wtforms.simplecodes.com/docs/0.5/': None } + +pygments_style = 'flask_theme_support.FlaskyStyle'