Age | Commit message (Expand) | Author | Files | Lines |
2022-05-17 | docs: pdfdocs: Add space for chapter counts >= 100 in TOC | Akira Yokosawa | 1 | -7/+7 |
2022-03-30 | docs: sphinx/requirements: Limit jinja2<3.1 | Akira Yokosawa | 1 | -0/+2 |
2022-03-28 | scripts/kernel-doc: change the line number meta info | Mauro Carvalho Chehab | 1 | -1/+1 |
2022-03-28 | scripts/get_abi: change the file/line number meta info | Mauro Carvalho Chehab | 1 | -1/+1 |
2022-03-28 | docs: kernel_include.py: add sphinx build dependencies | Mauro Carvalho Chehab | 1 | -0/+3 |
2022-03-28 | docs: kernel_abi.py: add sphinx build dependencies | Mauro Carvalho Chehab | 1 | -0/+4 |
2022-03-28 | docs: kernel_feat.py: add build dependencies | Mauro Carvalho Chehab | 1 | -2/+18 |
2022-03-28 | docs: kfigure.py: Don't warn of missing PDF converter in 'make htmldocs' | Akira Yokosawa | 1 | -3/+5 |
2022-02-24 | Reword note on missing CJK fonts | Akira Yokosawa | 1 | -3/+10 |
2022-02-24 | docs: kerneldoc-preamble.sty: Expand comments in LaTeX code | Akira Yokosawa | 1 | -13/+48 |
2022-02-24 | docs: pdfdocs: Pull LaTeX preamble part out of conf.py | Akira Yokosawa | 1 | -0/+184 |
2022-02-09 | docs: sphinx/kfigure.py: Delegate inkscape msg to kernellog.verbose | Akira Yokosawa | 1 | -3/+19 |
2022-02-09 | docs: sphinx/kfigure.py: Use inkscape(1) for SVG -> PDF conversion | Akira Yokosawa | 1 | -20/+48 |
2022-02-09 | docs: sphinx/kfigure.py: Add check of 'dot -Tpdf' | Akira Yokosawa | 1 | -4/+26 |
2022-02-09 | docs: sphinx/kfigure.py: Use rsvg-convert(1) for DOT -> PDF conversion | Akira Yokosawa | 1 | -2/+44 |
2022-01-07 | docs: automarkup.py: Fix invalid HTML link output and broken URI fragments | James Clark | 1 | -7/+18 |
2021-12-23 | Documentation/sphinx: fix typos of "its" | Randy Dunlap | 2 | -2/+2 |
2021-08-12 | docs: sphinx-requirements: Move sphinx_rtd_theme to top | Akira Yokosawa | 1 | -2/+1 |
2021-03-06 | docs: sphinx: Fix couple of spellings in the file rstFlatTable.py | Bhaskar Chowdhury | 1 | -2/+2 |
2021-02-04 | docs: Enable usage of relative paths to docs on automarkup | Nícolas F. R. A. Prado | 1 | -2/+5 |
2021-02-01 | Docs: drop Python 2 support | Jonathan Corbet | 4 | -26/+1 |
2021-02-01 | Move our minimum Sphinx version to 1.7 | Jonathan Corbet | 5 | -94/+18 |
2020-12-22 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2020-12-09 | docs: update requirements to install six module | JaeSang Yoo | 1 | -0/+1 |
2020-12-08 | tweewide: Fix most Shebang lines | Finn Behrens | 1 | -1/+1 |
2020-12-03 | sphinx: kernel_feat.py: add a script to parse feature files | Mauro Carvalho Chehab | 1 | -0/+169 |
2020-11-30 | docs: automarkup.py: Allow automatic cross-reference inside C namespace | Nícolas F. R. A. Prado | 1 | -47/+75 |
2020-11-03 | Merge tag 'docs-5.10-3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -6/+14 |
2020-11-03 | docs: fix automarkup regression on Python 2 | Jonathan Corbet | 1 | -6/+14 |
2020-10-30 | docs: ABI: make it parse ABI/stable as ReST-compatible files | Mauro Carvalho Chehab | 1 | -2/+6 |
2020-10-30 | docs: kernel_abi.py: Handle with a lazy Sphinx parser | Mauro Carvalho Chehab | 1 | -13/+26 |
2020-10-30 | docs: kernel_abi.py: use --enable-lineno for get_abi.pl | Mauro Carvalho Chehab | 1 | -4/+14 |
2020-10-30 | docs: kernel_abi.py: make it compatible with Sphinx 1.7+ | Mauro Carvalho Chehab | 1 | -12/+27 |
2020-10-30 | docs: kernel_abi.py: fix UTF-8 support | Mauro Carvalho Chehab | 1 | -12/+7 |
2020-10-30 | docs: kernel_abi.py: add a script to parse ABI documentation | Mauro Carvalho Chehab | 1 | -0/+157 |
2020-10-30 | docs: kernellog.py: add support for info() | Mauro Carvalho Chehab | 1 | -1/+5 |
2020-10-15 | docs: get rid of :c:type explicit declarations for structs | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-10-15 | docs: automarkup.py: Add cross-reference for parametrized C macros | Nícolas F. R. A. Prado | 1 | -7/+42 |
2020-10-15 | docs: automarkup.py: Skip C reserved words when cross-referencing | Nícolas F. R. A. Prado | 1 | -1/+8 |
2020-10-15 | docs: automarkup.py: Fix regexes to solve sphinx 3 warnings | Nícolas F. R. A. Prado | 1 | -3/+4 |
2020-10-15 | docs: automarkup.py: Use new C roles in Sphinx 3 | Nícolas F. R. A. Prado | 1 | -6/+49 |
2020-10-15 | docs: kerneldoc.py: add support for kerneldoc -nosymbol | Mauro Carvalho Chehab | 1 | -0/+7 |
2020-10-15 | docs: kerneldoc.py: append the name of the parsed doc file | Mauro Carvalho Chehab | 1 | -1/+2 |
2020-10-15 | docs: cdomain.py: extend it to handle new Sphinx 3.x tags | Mauro Carvalho Chehab | 1 | -1/+39 |
2020-10-15 | docs: cdomain.py: add support for a new Sphinx 3.1+ tag | Mauro Carvalho Chehab | 1 | -1/+54 |
2020-10-15 | scripts: kernel-doc: allow passing desired Sphinx C domain dialect | Mauro Carvalho Chehab | 1 | -0/+5 |
2020-09-16 | docs: Add automatic cross-reference for documentation pages | Nícolas F. R. A. Prado | 1 | -1/+38 |
2020-09-16 | docs: Allow multiple automarkup functions | Nícolas F. R. A. Prado | 1 | -42/+55 |
2020-09-03 | docs: Add automatic cross-reference for C types | Nícolas F. R. A. Prado | 1 | -13/+24 |
2020-06-26 | Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.pl | Alexander A. Klimov | 1 | -1/+1 |