diff options
| author | Matěj Cepl <mcepl@cepl.eu> | 2025-06-12 18:49:29 +0200 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-06-13 07:17:43 -0600 |
| commit | e4db76094da55a2c57d781312d16978bff1b6e22 (patch) | |
| tree | 0f3b8e551f934d4344f58769b790ccc491039537 /doc/conf.py | |
| parent | a362d6588e7a045733a0d5b86c3c02bc7e8b2a89 (diff) | |
| download | vis-e4db76094da55a2c57d781312d16978bff1b6e22.tar.gz vis-e4db76094da55a2c57d781312d16978bff1b6e22.tar.xz | |
doc: change default_role to 'c:any'
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7788561..338934f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -92,7 +92,7 @@ highlight_language = 'c' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False -default_role = "c" +default_role = "c:any" # -- Options for HTML output ---------------------------------------------- |
