Commit 3f2f24a4 authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

fixed background of code pieces (#1715)

parent e1a02ab3
...@@ -95,7 +95,7 @@ language = None ...@@ -95,7 +95,7 @@ language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# 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 = 'default'
# 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 = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment