[docs/source/conf.py] update sphinx docs build config

This commit is contained in:
Chris Simpkins 2020-04-20 13:35:33 -04:00
parent 4bfcad5f8e
commit 5cba1d89f2
No known key found for this signature in database
GPG Key ID: 0D0218A71C9DEB09

View File

@ -73,10 +73,11 @@ language = None
exclude_patterns = []
# 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.
todo_include_todos = False
todo_include_todos = True
# -- Options for HTML output ----------------------------------------------