mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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:
parent
7c5c181694
commit
779b4639b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue