diff options
| -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 f9853f5..c35ac6d 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 = "any" +default_role = "c" # -- Options for HTML output ---------------------------------------------- |
