summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-29 19:47:47 -0500
committerChris McDonough <chrism@plope.com>2010-11-29 19:47:47 -0500
commit5845bcc10565baaa8397243c48d771bc45a5ab91 (patch)
treef4f068420f1af51bfdaf1fd203d9cadcf07df10c /docs
parent50df1ec2a3571f431ab48491c8ab76414aae1d36 (diff)
downloadpyramid-5845bcc10565baaa8397243c48d771bc45a5ab91.tar.gz
pyramid-5845bcc10565baaa8397243c48d771bc45a5ab91.tar.bz2
pyramid-5845bcc10565baaa8397243c48d771bc45a5ab91.zip
use bw pygments if book=1
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
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'