X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/be3f0d3da074ebb18d99031d965e2b00e251d071..6eefbae7d9d9a1e30f7637ecc41f56a21dc93567:/source/conf.py diff --git a/source/conf.py b/source/conf.py index 93750ff..23ed3a0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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 = []