Skip to content

Commit 2048608

Browse files
gmarullnashif
authored andcommitted
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 <[email protected]>
1 parent 459c3f9 commit 2048608

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@
9898
else:
9999
exclude_patterns.append("**/*west-not-found*")
100100

101-
# This change will allow us to use bare back-tick notation to let
102-
# Sphinx hunt for a reference, starting with normal "document"
103-
# references such as :ref:, but also including :c: and :cpp: domains
104-
# (potentially) helping with API (doxygen) references simply by using
105-
# `name`
106-
default_role = "any"
107-
108101
pygments_style = "sphinx"
109102

110103
todo_include_todos = False

0 commit comments

Comments
 (0)