# HG changeset patch # User Damien Correia # Date 1526464826 -7200 # Node ID cfb7276fdd33a5a765111e13d0cd9c071b26c7eb # Parent 60a1fbdbbed3502150880b2915a010bdbe7695e9 Updated conf.py diff -r 60a1fbdbbed3 -r cfb7276fdd33 src/source/conf.py --- a/src/source/conf.py Tue May 15 18:31:37 2018 +0200 +++ b/src/source/conf.py Wed May 16 12:00:26 2018 +0200 @@ -115,10 +115,7 @@ exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# The default language to highlight source code in. -highlight_language = 'python3' +pygments_style = 'default' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False