]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Agregar resaltado de sintaxis a seudo-código
[z.facultad/75.00/informe.git] / source / conf.py
index 93750ff9c38f8a256ed5785e1f81a820fa8875c4..23ed3a055a70c6a1fbf4f3493525740cf0fbff2e 100644 (file)
@@ -27,6 +27,7 @@ extensions = [
        'fig',
        'ftable',
        'vref',
+       'pcodehl',
        'sphinx.ext.graphviz',
        'sphinx.ext.pngmath',
 ]
@@ -91,7 +92,7 @@ exclude_trees = []
 pygments_style = 'sphinx'
 
 # The default language to highlight source code in. The default is 'python'.
-highlight_language = 'd'
+highlight_language = 'pcode'
 
 # A list of ignored prefixes for module index sorting.
 #modindex_common_prefix = []