diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-29 19:47:47 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-29 19:47:47 -0500 |
| commit | 5845bcc10565baaa8397243c48d771bc45a5ab91 (patch) | |
| tree | f4f068420f1af51bfdaf1fd203d9cadcf07df10c | |
| parent | 50df1ec2a3571f431ab48491c8ab76414aae1d36 (diff) | |
| download | pyramid-5845bcc10565baaa8397243c48d771bc45a5ab91.tar.gz pyramid-5845bcc10565baaa8397243c48d771bc45a5ab91.tar.bz2 pyramid-5845bcc10565baaa8397243c48d771bc45a5ab91.zip | |
use bw pygments if book=1
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index ab0234cb5..a4b1ffbba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,6 +109,8 @@ add_module_names = False # The name of the Pygments (syntax highlighting) style to use. #pygments_style = book and 'bw' or 'tango' +if book: + pygments_style = 'bw' # The default language to highlight source code in. #highlight_language = 'guess' |
