mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 22:00:11 +01:00
docs: make c:expr the default-role
Mesa is a C-project, so c:expr is a really handy role to default to. This means that `foo` is a short-hand for :c:expr:`foo`. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19575>
This commit is contained in:
parent
35d0d30a0e
commit
4bc1d3e79c
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ todo_include_todos = False
|
|||
# python keywords highlit in literal blocks.
|
||||
highlight_language = 'none'
|
||||
|
||||
default_role = 'c:expr'
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue