From 002c0c75d48654aeaeea864e9204de61e7894ebc Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sat, 27 Nov 2010 23:31:08 -0500 Subject: Use guess as default for docs pygmentation --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 653f7ab15..3de2f7ac4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,6 +110,9 @@ add_module_names = False # The name of the Pygments (syntax highlighting) style to use. #pygments_style = book and 'bw' or 'tango' +# The default language to highlight source code in. +highlight_language = 'guess' + # Options for HTML output # ----------------------- -- cgit v1.2.3