From 204860857edbcfd4a57928acae8a64ee0e43f00a Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 10 Dec 2021 12:39:33 +0100 Subject: [PATCH] doc: do not use any as default role References should be maded using the appropriate role, e.g. :ref:, :c:func:, :kconfig:, etc. Signed-off-by: Gerard Marull-Paretas --- doc/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 5b674b2ea78..8a68d856fc9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -98,13 +98,6 @@ if not west_found: else: exclude_patterns.append("**/*west-not-found*") -# This change will allow us to use bare back-tick notation to let -# Sphinx hunt for a reference, starting with normal "document" -# references such as :ref:, but also including :c: and :cpp: domains -# (potentially) helping with API (doxygen) references simply by using -# `name` -default_role = "any" - pygments_style = "sphinx" todo_include_todos = False