From 155076e25f3a70511fe368416e22d2fdcbfe2c54 Mon Sep 17 00:00:00 2001 From: Tarek Ismail Date: Mon, 7 Oct 2024 11:07:47 +0300 Subject: [PATCH] Filter more HTML elements, update custom wordlist --- doc/sphinx/.custom_wordlist.txt | 11 ++++++++++- doc/sphinx/.sphinx/spellingcheck.yaml | 4 +++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/.custom_wordlist.txt b/doc/sphinx/.custom_wordlist.txt index f79272cf4b2..08386a87332 100644 --- a/doc/sphinx/.custom_wordlist.txt +++ b/doc/sphinx/.custom_wordlist.txt @@ -9,12 +9,15 @@ backends behavior Binutils Broadcom +buf cgroup +ci classDiagram CMake codebase Codecov CompositorAuthor +coreXX CRTC Ctrl customize @@ -74,6 +77,7 @@ IoT IPC ish jenkins +KDE's KDE’s KHR Khronos @@ -88,10 +92,11 @@ linux logind lomiri Lomiri +lp lttng LTTng LWN -maintainer’s +maintainer's maximized Miaspects minimalistic @@ -108,10 +113,12 @@ mirserver MirServer mirserverlttng mirwayland +mmal Multiarch MX nouveau nvidia +Nvidia's Nvidia’s nxp ok @@ -182,6 +189,7 @@ Wayland webkit WindowManagementPolicy WindowManagerTools +WL wlcs WLCS workspaces @@ -192,4 +200,5 @@ Xorg Xwayland XWayland yaml +Yay zwp diff --git a/doc/sphinx/.sphinx/spellingcheck.yaml b/doc/sphinx/.sphinx/spellingcheck.yaml index de6036a13d4..8854307d874 100644 --- a/doc/sphinx/.sphinx/spellingcheck.yaml +++ b/doc/sphinx/.sphinx/spellingcheck.yaml @@ -27,4 +27,6 @@ matrix: - div.visually-hidden - img - a.p-navigation__link - - li:matches(.toctree-l3, .toctree-l2) + - li:matches(.toctree-l3, .toctree-l2) # ignore table of content tags + - div:matches(.mermaid) # ignore mermaid.js diagrams + - div:matches(.brand, .sidebar-sticky) # ignore version hash in desktop and mobile views