Emphasize lines with things to replace in autostart guides (#5548)

* Emphasize lines with things to replace in autostart guides

* Use 'default' pygments style instead
This commit is contained in:
jack1142
2022-02-16 18:47:22 +01:00
committed by GitHub
parent c6517d5087
commit 669f3e3073
3 changed files with 4 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ exclude_patterns = [
]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
pygments_style = "default"
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False