# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
+# The default language to highlight source code in. The default is 'python'.
+highlight_language = 'd'
+
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []