[docs/source/conf.py] update sphinx docs build config
This commit is contained in:
parent
4bfcad5f8e
commit
5cba1d89f2
@ -73,10 +73,11 @@ language = None
|
|||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = "sphinx"
|
# pygments_style = "sphinx" (the default sphinx docs style on RTD)
|
||||||
|
pygments_style = "paraiso-dark"
|
||||||
|
|
||||||
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
||||||
todo_include_todos = False
|
todo_include_todos = True
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user