| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Fix the docs build with Sphinx 6.0 | Jonathan Corbet | 2023-01-18 | 1 | -2/+4 |
* | tweewide: Fix most Shebang lines | Finn Behrens | 2021-05-22 | 1 | -1/+1 |
* | Merge tag 'docs-5.10-3' of git://git.lwn.net/linux | Linus Torvalds | 2020-11-03 | 1 | -6/+14 |
|\ |
|
| * | docs: fix automarkup regression on Python 2 | Jonathan Corbet | 2020-11-03 | 1 | -6/+14 |
* | | docs: ABI: make it parse ABI/stable as ReST-compatible files | Mauro Carvalho Chehab | 2020-10-30 | 1 | -2/+6 |
* | | docs: kernel_abi.py: Handle with a lazy Sphinx parser | Mauro Carvalho Chehab | 2020-10-30 | 1 | -13/+26 |
* | | docs: kernel_abi.py: use --enable-lineno for get_abi.pl | Mauro Carvalho Chehab | 2020-10-30 | 1 | -4/+14 |
* | | docs: kernel_abi.py: make it compatible with Sphinx 1.7+ | Mauro Carvalho Chehab | 2020-10-30 | 1 | -12/+27 |
* | | docs: kernel_abi.py: fix UTF-8 support | Mauro Carvalho Chehab | 2020-10-30 | 1 | -12/+7 |
* | | docs: kernel_abi.py: add a script to parse ABI documentation | Mauro Carvalho Chehab | 2020-10-30 | 1 | -0/+157 |
* | | docs: kernellog.py: add support for info() | Mauro Carvalho Chehab | 2020-10-30 | 1 | -1/+5 |
|/ |
|
* | docs: get rid of :c:type explicit declarations for structs | Mauro Carvalho Chehab | 2020-10-15 | 1 | -1/+1 |
* | docs: automarkup.py: Add cross-reference for parametrized C macros | Nícolas F. R. A. Prado | 2020-10-15 | 1 | -7/+42 |
* | docs: automarkup.py: Skip C reserved words when cross-referencing | Nícolas F. R. A. Prado | 2020-10-15 | 1 | -1/+8 |
* | docs: automarkup.py: Fix regexes to solve sphinx 3 warnings | Nícolas F. R. A. Prado | 2020-10-15 | 1 | -3/+4 |
* | docs: automarkup.py: Use new C roles in Sphinx 3 | Nícolas F. R. A. Prado | 2020-10-15 | 1 | -6/+49 |
* | docs: kerneldoc.py: add support for kerneldoc -nosymbol | Mauro Carvalho Chehab | 2020-10-15 | 1 | -0/+7 |
* | docs: kerneldoc.py: append the name of the parsed doc file | Mauro Carvalho Chehab | 2020-10-15 | 1 | -1/+2 |
* | docs: cdomain.py: extend it to handle new Sphinx 3.x tags | Mauro Carvalho Chehab | 2020-10-15 | 1 | -1/+39 |
* | docs: cdomain.py: add support for a new Sphinx 3.1+ tag | Mauro Carvalho Chehab | 2020-10-15 | 1 | -1/+54 |
* | scripts: kernel-doc: allow passing desired Sphinx C domain dialect | Mauro Carvalho Chehab | 2020-10-15 | 1 | -0/+5 |
* | docs: Add automatic cross-reference for documentation pages | Nícolas F. R. A. Prado | 2020-09-16 | 1 | -1/+38 |
* | docs: Allow multiple automarkup functions | Nícolas F. R. A. Prado | 2020-09-16 | 1 | -42/+55 |
* | docs: Add automatic cross-reference for C types | Nícolas F. R. A. Prado | 2020-09-03 | 1 | -13/+24 |
* | Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.pl | Alexander A. Klimov | 2020-06-26 | 1 | -1/+1 |
* | Replace HTTP links with HTTPS ones: documentation | Alexander A. Klimov | 2020-06-08 | 1 | -3/+3 |
* | docs: update recommended Sphinx version to 2.4.4 | Mauro Carvalho Chehab | 2020-04-20 | 1 | -1/+1 |
* | docs: Fix empty parallelism argument | Kees Cook | 2020-02-25 | 1 | -1/+1 |
* | docs: Keep up with the location of NoUri | Jonathan Corbet | 2020-01-24 | 1 | -1/+6 |
* | docs, parallelism: Rearrange how jobserver reservations are made | Kees Cook | 2019-11-22 | 1 | -0/+33 |
* | kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers' | Changbin Du | 2019-11-07 | 1 | -6/+11 |
* | doc-rst: Programmatically render MAINTAINERS into ReST | Kees Cook | 2019-10-02 | 1 | -0/+197 |
* | Documentation: sphinx: Don't parse socket() as identifier reference | Jonathan Neuschäfer | 2019-08-12 | 1 | -1/+2 |
* | Documentation: sphinx: Add missing comma to list of strings | Jonathan Neuschäfer | 2019-08-12 | 1 | -1/+1 |
* | docs: load_config.py: ensure subdirs end with "/" | Mauro Carvalho Chehab | 2019-07-19 | 1 | -1/+1 |
* | docs: load_config.py: avoid needing a conf.py just due to LaTeX docs | Mauro Carvalho Chehab | 2019-07-17 | 1 | -1/+26 |
* | docs: automarkup.py: ignore exceptions when seeking for xrefs | Mauro Carvalho Chehab | 2019-07-08 | 1 | -2/+10 |
* | Docs: An initial automarkup extension for sphinx | Jonathan Corbet | 2019-06-26 | 1 | -0/+93 |
* | docs: requirements.txt: recommend Sphinx 1.7.9 | Mauro Carvalho Chehab | 2019-05-30 | 1 | -2/+2 |
* | docs: cdomain.py: get rid of a warning since version 1.8 | Mauro Carvalho Chehab | 2019-05-29 | 1 | -1/+4 |
* | doc: Cope with the deprecation of AutoReporter | Jonathan Corbet | 2019-05-23 | 1 | -8/+26 |
* | doc: Cope with Sphinx logging deprecations | Jonathan Corbet | 2019-05-23 | 3 | -21/+59 |
* | Documentation/sphinx: allow "functions" with no parameters | Mike Rapoport | 2018-06-30 | 1 | -3/+7 |
* | doc:sphinx: fix parse-header description | Federico Vaga | 2018-06-26 | 1 | -1/+1 |
* | Documentation: rstFlatTable.py: fix a broken reference | Mauro Carvalho Chehab | 2018-06-15 | 1 | -2/+0 |
* | MAINTAINERS & files: Canonize the e-mails I use at files | Mauro Carvalho Chehab | 2018-05-04 | 1 | -2/+2 |
* | Documentation/sphinx: Fix Directive import error | Matthew Wilcox | 2018-03-09 | 1 | -2/+1 |
* | linux-next: docs-rst: Fix typos in kfigure.py | Masanari Iida | 2018-01-17 | 1 | -3/+3 |
* | Documentation/sphinx: fix kernel-doc decode for non-utf-8 locale | Jani Nikula | 2017-08-31 | 1 | -5/+3 |
* | sphinx-pre-install: use a requirements file | Mauro Carvalho Chehab | 2017-07-23 | 1 | -0/+3 |