From c0340ef5f4fd6b3ea8b0cb28a26ee968af98f290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 29 Jul 2020 11:17:51 +0200 Subject: doc: use c as default sphinx role This might fix the documentation build issue on readthedocs.org. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') 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 ---------------------------------------------- -- cgit v1.2.3