Skip to content

Commit 4b52aeb

Browse files
StaticRocketcshilwant
authored andcommitted
fix(tabs): add sphinx-tabs directives to exclusion
Add the sphinx-tabs directives to the directive exclusion list for rstcheck. Rstcheck is only really useful for vanilla RST, so we need to ignore the parsing of some of the more advanced directives. Fixes: 05a602b ("Yocto: Building the SDK: Add basic tabs") Signed-off-by: Randolph Sapp <[email protected]>
1 parent ab281b9 commit 4b52aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rstcheck.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[rstcheck]
2-
ignore_directives = ifconfig
2+
ignore_directives = ifconfig,tabs,tab,group-tab,code-tab
33
# ignore the following languages because they require external compilers and
44
# snippets in this repo depend on external code
55
ignore_languages = c,cpp,c++

0 commit comments

Comments
 (0)