diff options
| -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' |
