aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-06docs: sphinx: Fix couple of spellings in the file rstFlatTable.pyBhaskar Chowdhury1-2/+2
2021-02-04docs: Enable usage of relative paths to docs on automarkupNícolas F. R. A. Prado1-2/+5
2021-02-01Docs: drop Python 2 supportJonathan Corbet4-26/+1
2021-02-01Move our minimum Sphinx version to 1.7Jonathan Corbet5-94/+18
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-12-09docs: update requirements to install six moduleJaeSang Yoo1-0/+1
2020-12-08tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2020-12-03sphinx: kernel_feat.py: add a script to parse feature filesMauro Carvalho Chehab1-0/+169
2020-11-30docs: automarkup.py: Allow automatic cross-reference inside C namespaceNícolas F. R. A. Prado1-47/+75
2020-11-03Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxLinus Torvalds1-6/+14
2020-11-03docs: fix automarkup regression on Python 2Jonathan Corbet1-6/+14
2020-10-30docs: ABI: make it parse ABI/stable as ReST-compatible filesMauro Carvalho Chehab1-2/+6
2020-10-30docs: kernel_abi.py: Handle with a lazy Sphinx parserMauro Carvalho Chehab1-13/+26
2020-10-30docs: kernel_abi.py: use --enable-lineno for get_abi.plMauro Carvalho Chehab1-4/+14
2020-10-30docs: kernel_abi.py: make it compatible with Sphinx 1.7+Mauro Carvalho Chehab1-12/+27
2020-10-30docs: kernel_abi.py: fix UTF-8 supportMauro Carvalho Chehab1-12/+7
2020-10-30docs: kernel_abi.py: add a script to parse ABI documentationMauro Carvalho Chehab1-0/+157
2020-10-30docs: kernellog.py: add support for info()Mauro Carvalho Chehab1-1/+5
2020-10-15docs: get rid of :c:type explicit declarations for structsMauro Carvalho Chehab1-1/+1
2020-10-15docs: automarkup.py: Add cross-reference for parametrized C macrosNícolas F. R. A. Prado1-7/+42
2020-10-15docs: automarkup.py: Skip C reserved words when cross-referencingNícolas F. R. A. Prado1-1/+8
2020-10-15docs: automarkup.py: Fix regexes to solve sphinx 3 warningsNícolas F. R. A. Prado1-3/+4
2020-10-15docs: automarkup.py: Use new C roles in Sphinx 3Nícolas F. R. A. Prado1-6/+49
2020-10-15docs: kerneldoc.py: add support for kerneldoc -nosymbolMauro Carvalho Chehab1-0/+7
2020-10-15docs: kerneldoc.py: append the name of the parsed doc fileMauro Carvalho Chehab1-1/+2
2020-10-15docs: cdomain.py: extend it to handle new Sphinx 3.x tagsMauro Carvalho Chehab1-1/+39
2020-10-15docs: cdomain.py: add support for a new Sphinx 3.1+ tagMauro Carvalho Chehab1-1/+54
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab1-0/+5
2020-09-16docs: Add automatic cross-reference for documentation pagesNícolas F. R. A. Prado1-1/+38
2020-09-16docs: Allow multiple automarkup functionsNícolas F. R. A. Prado1-42/+55
2020-09-03docs: Add automatic cross-reference for C typesNícolas F. R. A. Prado1-13/+24
2020-06-26Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.plAlexander A. Klimov1-1/+1
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov1-3/+3
2020-04-20docs: update recommended Sphinx version to 2.4.4Mauro Carvalho Chehab1-1/+1
2020-02-25docs: Fix empty parallelism argumentKees Cook1-1/+1
2020-01-24docs: Keep up with the location of NoUriJonathan Corbet1-1/+6
2019-11-22docs, parallelism: Rearrange how jobserver reservations are madeKees Cook1-0/+33
2019-11-07kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'Changbin Du1-6/+11
2019-10-02doc-rst: Programmatically render MAINTAINERS into ReSTKees Cook1-0/+197
2019-08-12Documentation: sphinx: Don't parse socket() as identifier referenceJonathan Neuschäfer1-1/+2
2019-08-12Documentation: sphinx: Add missing comma to list of stringsJonathan Neuschäfer1-1/+1
2019-07-19docs: load_config.py: ensure subdirs end with "/"Mauro Carvalho Chehab1-1/+1
2019-07-17docs: load_config.py: avoid needing a conf.py just due to LaTeX docsMauro Carvalho Chehab1-1/+26
2019-07-08docs: automarkup.py: ignore exceptions when seeking for xrefsMauro Carvalho Chehab1-2/+10
2019-06-26Docs: An initial automarkup extension for sphinxJonathan Corbet1-0/+93
2019-05-30docs: requirements.txt: recommend Sphinx 1.7.9Mauro Carvalho Chehab1-2/+2
2019-05-29docs: cdomain.py: get rid of a warning since version 1.8Mauro Carvalho Chehab1-1/+4
2019-05-23doc: Cope with the deprecation of AutoReporterJonathan Corbet1-8/+26
2019-05-23doc: Cope with Sphinx logging deprecationsJonathan Corbet3-21/+59
2018-06-30Documentation/sphinx: allow "functions" with no parametersMike Rapoport1-3/+7