summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-27 23:31:08 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-27 23:31:08 -0500
commit002c0c75d48654aeaeea864e9204de61e7894ebc (patch)
treebe551a38d0e1dca87fd7383e6d0c797edc8b66a7 /docs
parentaa3306e314fc951b9ed9b007f2e9e9aff7ad05ea (diff)
downloadpyramid-002c0c75d48654aeaeea864e9204de61e7894ebc.tar.gz
pyramid-002c0c75d48654aeaeea864e9204de61e7894ebc.tar.bz2
pyramid-002c0c75d48654aeaeea864e9204de61e7894ebc.zip
Use guess as default for docs pygmentation
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
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
# -----------------------