Default-Highlight-Language: pike
Ist zwar nicht ganz passend, aber besser als C oder python.
In Zukunft sollte dann bei den ..code-block direktiven keine
explizite Sprache mehr angegeben werden.
Change-Id: If814a3035f8199a425d374a375fd851937de3e8c
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index fec51fc..60a781f 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -95,7 +95,7 @@
#keep_warnings = False
# The default language to highlight source code in.
-#highlight_language = 'pike'
+highlight_language = 'pike'
# A dictionary of options that modify how the lexer specified by
# highlight_language generates highlighted source code.
highlight_options = {'tabsize':4 }