From 779b4639b75b60b9201278b0873b80b04dbaa50c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 2 Nov 2022 20:12:25 +0100 Subject: [PATCH] docs: consistently use single-quotes in config Reviewed-by: Yonggang Luo Part-of: --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9639951..03de76d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,7 @@ todo_include_todos = False # Disable highlighting unless a language is specified, otherwise we'll get # python keywords highlit in literal blocks. -highlight_language = "none" +highlight_language = 'none' # -- Options for HTML output ---------------------------------------------- @@ -99,7 +99,7 @@ highlight_language = "none" # html_theme = 'sphinx_rtd_theme' -html_favicon = "favicon.ico" +html_favicon = 'favicon.ico' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the -- 2.7.4