equal
deleted
inserted
replaced
113 # directories to ignore when looking for source files. |
113 # directories to ignore when looking for source files. |
114 # This patterns also effect to html_static_path and html_extra_path |
114 # This patterns also effect to html_static_path and html_extra_path |
115 exclude_patterns = [] |
115 exclude_patterns = [] |
116 |
116 |
117 # The name of the Pygments (syntax highlighting) style to use. |
117 # The name of the Pygments (syntax highlighting) style to use. |
118 pygments_style = 'sphinx' |
118 pygments_style = 'default' |
119 |
|
120 # The default language to highlight source code in. |
|
121 highlight_language = 'python3' |
|
122 |
119 |
123 # If true, `todo` and `todoList` produce output, else they produce nothing. |
120 # If true, `todo` and `todoList` produce output, else they produce nothing. |
124 todo_include_todos = False |
121 todo_include_todos = False |
125 |
122 |
126 # -- Options for HTML output ---------------------------------------------- |
123 # -- Options for HTML output ---------------------------------------------- |