subtitle> https://universe.0xinfinity.dev/distro/kernel/atom?h=master 2025-09-18T17:17:18Z scripts: sphinx-pre-install: move it to tools/docs 2025-09-18T17:17:18Z Mauro Carvalho Chehab mchehab+huawei@kernel.org 2025-09-18T11:54:41Z urn:sha1:abd61d1ff8f0ea4cb099a1f3d5015dea7c8471cf As we're reorganizing the place where doc scripts are located, move this one to tools/docs. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Message-ID: <5e2c40d3aebfd67b7ac7817f548bd1fa4ff661a8.1758196090.git.mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> docs: kerneldoc-preamble.sty: Suppress extra spaces in CJK literal blocks 2024-09-05T20:16:41Z Akira Yokosawa akiyks@gmail.com 2024-09-05T05:09:41Z urn:sha1:93292980f390b9245d8e3ce9b0b6c94ee45be217 In zh_CN part of translations.pdf, there are several ASCII-art diagrams whose vertical lines look sometimes jagged. This is due to the interference between default settings of xeCJK and fancyvrb (employed in sphinxVerbatim env), where extra space is inserted between a latin char and a non-latin char when they are next to each other (i.e., no explicit white space). This issue can be suppressed by invoking \CJKsetecglue{} at the beginning of every sphinxVerbatim enviornment. \AtBeginEnvironment, provided by the etoolbox package, is useful in this case. Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240905050941.31439-1-akiyks@gmail.com docs: Detect variable fonts and suggest denylisting them 2024-04-10T20:10:13Z Akira Yokosawa akiyks@gmail.com 2024-04-06T02:04:16Z urn:sha1:1e596d5eff3ddbaf2c5446adcc999b2516949556 Fedora and openSUSE has started deploying "variable font" [1] format Noto CJK fonts [2, 3]. "CJK" here stands for "Chinese, Japanese, and Korean". Unfortunately, XeTeX/XeLaTeX doesn't understand those fonts for historical reasons and builds of translations.pdf end up in errors if such fonts are present on the build host. To help developers work around the issue, add a script to check the presence of "variable font" Noto CJK fonts and to emit suggestions. The script is invoked in the error path of "make pdfdocs" so that the suggestions are made only when a PDF build actually fails. The first suggestion is to denylist those "variable font" files by activating a per-user and command-local fontconfig setting. For further info and backgrounds, please refer to the header comment of scripts/check-variable-font.sh newly added in this commit. Link: [1] https://en.wikipedia.org/wiki/Variable_font Link: [2] https://fedoraproject.org/wiki/Changes/Noto_CJK_Variable_Fonts Link: [3] https://build.opensuse.org/request/show/1157217 Reported-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/8734tqsrt7.fsf@meer.lwn.net/ Reported-by: Иван Иванович <relect@bk.ru> Link: https://lore.kernel.org/linux-doc/1708585803.600323099@f111.i.mail.ru/ Cc: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240406020416.25096-1-akiyks@gmail.com docs: kerneldoc-preamble.sty: Remove code for Sphinx <2.4 2024-03-03T15:15:22Z Akira Yokosawa akiyks@gmail.com 2024-03-01T14:41:22Z urn:sha1:0df46e099156d894ee5b412a8bd986e13b2568c8 Now that Sphinx 2.4.4 or better is required, get rid of \providecommand{}'s for compatibility with Sphinx 1.7.9. While at it, reword the comment on \sphinxtableofcontentshook for better description of why it needs to be emptied. Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <ed1ec6f2-0050-46f6-807d-8679f26427e9@gmail.com> 5.2.y'>linux-5.2.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/pps.rst
AgeCommit message (Expand)Author
2019-07-15docs: driver-api: add remaining converted dirs to itMauro Carvalho Chehab
2019-06-14docs: pps.txt: convert to ReST and rename to pps.rstMauro Carvalho Chehab