Default highlight_language auskommentiert
Wir haben pike genutzt, aber der parser ist offenbar
viel strenger geworden und loest nen Fehler aus, wenn
er was nicht kennt. Und pike und LPC sind leider nicht
identisch...
Change-Id: I6b69b8f4dddf2090fdb2150d7536bd86b9e404fa
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index ed70681..fec51fc 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -45,7 +45,7 @@
# General information about the project.
project = 'Morgengrauen-Mudlib'
-copyright = '1992-2017, die Morgengrauen-Magier'
+copyright = '1992-2018, die Morgengrauen-Magier'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -86,7 +86,7 @@
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+#pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
@@ -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 }