Browse Source

Explicitly set the pygments style for the PDF

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
5bb2b55a28
  1. 2
      docs/conf.py

2
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'

Loading…
Cancel
Save