docs: consistently use single-quotes in config

Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19494>
This commit is contained in:
Erik Faye-Lund 2022-11-02 20:12:25 +01:00 committed by Marge Bot
parent 7c5c181694
commit 779b4639b7

View file

@ -89,7 +89,7 @@ todo_include_todos = False
# Disable highlighting unless a language is specified, otherwise we'll get # Disable highlighting unless a language is specified, otherwise we'll get
# python keywords highlit in literal blocks. # python keywords highlit in literal blocks.
highlight_language = "none" highlight_language = 'none'
# -- Options for HTML output ---------------------------------------------- # -- Options for HTML output ----------------------------------------------
@ -99,7 +99,7 @@ highlight_language = "none"
# #
html_theme = 'sphinx_rtd_theme' 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 # 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 # further. For a list of options available for each theme, see the