fixed background of code pieces (#1715)

This commit is contained in:
Nikita Titov 2018-10-02 04:39:03 +03:00 коммит произвёл Guolin Ke
Родитель e1a02ab3ad
Коммит 3f2f24a4bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# 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