aboutsummaryrefslogtreecommitdiff
path: root/Documentation/sphinx
AgeCommit message (Expand)AuthorFilesLines
2022-05-17docs: pdfdocs: Add space for chapter counts >= 100 in TOCGravatar Akira Yokosawa 1-7/+7
2022-03-30docs: sphinx/requirements: Limit jinja2<3.1Gravatar Akira Yokosawa 1-0/+2
2022-03-28scripts/kernel-doc: change the line number meta infoGravatar Mauro Carvalho Chehab 1-1/+1
2022-03-28scripts/get_abi: change the file/line number meta infoGravatar Mauro Carvalho Chehab 1-1/+1
2022-03-28docs: kernel_include.py: add sphinx build dependenciesGravatar Mauro Carvalho Chehab 1-0/+3
2022-03-28docs: kernel_abi.py: add sphinx build dependenciesGravatar Mauro Carvalho Chehab 1-0/+4
2022-03-28docs: kernel_feat.py: add build dependenciesGravatar Mauro Carvalho Chehab 1-2/+18
2022-03-28docs: kfigure.py: Don't warn of missing PDF converter in 'make htmldocs'Gravatar Akira Yokosawa 1-3/+5
2022-02-24Reword note on missing CJK fontsGravatar Akira Yokosawa 1-3/+10
2022-02-24docs: kerneldoc-preamble.sty: Expand comments in LaTeX codeGravatar Akira Yokosawa 1-13/+48
2022-02-24docs: pdfdocs: Pull LaTeX preamble part out of conf.pyGravatar Akira Yokosawa 1-0/+184
2022-02-09docs: sphinx/kfigure.py: Delegate inkscape msg to kernellog.verboseGravatar Akira Yokosawa 1-3/+19
2022-02-09docs: sphinx/kfigure.py: Use inkscape(1) for SVG -> PDF conversionGravatar Akira Yokosawa 1-20/+48
2022-02-09docs: sphinx/kfigure.py: Add check of 'dot -Tpdf'Gravatar Akira Yokosawa 1-4/+26
2022-02-09docs: sphinx/kfigure.py: Use rsvg-convert(1) for DOT -> PDF conversionGravatar Akira Yokosawa 1-2/+44
2022-01-07docs: automarkup.py: Fix invalid HTML link output and broken URI fragmentsGravatar James Clark 1-7/+18
2021-12-23Documentation/sphinx: fix typos of "its"Gravatar Randy Dunlap 2-2/+2
2021-08-12docs: sphinx-requirements: Move sphinx_rtd_theme to topGravatar Akira Yokosawa 1-2/+1
2021-03-06docs: sphinx: Fix couple of spellings in the file rstFlatTable.pyGravatar Bhaskar Chowdhury 1-2/+2
2021-02-04docs: Enable usage of relative paths to docs on automarkupGravatar Nícolas F. R. A. Prado 1-2/+5
2021-02-01Docs: drop Python 2 supportGravatar Jonathan Corbet 4-26/+1
2021-02-01Move our minimum Sphinx version to 1.7Gravatar Jonathan Corbet 5-94/+18
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2020-12-09docs: update requirements to install six moduleGravatar JaeSang Yoo 1-0/+1
2020-12-08tweewide: Fix most Shebang linesGravatar Finn Behrens 1-1/+1
2020-12-03sphinx: kernel_feat.py: add a script to parse feature filesGravatar Mauro Carvalho Chehab 1-0/+169
2020-11-30docs: automarkup.py: Allow automatic cross-reference inside C namespaceGravatar Nícolas F. R. A. Prado 1-47/+75
2020-11-03Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-6/+14
2020-11-03docs: fix automarkup regression on Python 2Gravatar Jonathan Corbet 1-6/+14
2020-10-30docs: ABI: make it parse ABI/stable as ReST-compatible filesGravatar Mauro Carvalho Chehab 1-2/+6
2020-10-30docs: kernel_abi.py: Handle with a lazy Sphinx parserGravatar Mauro Carvalho Chehab 1-13/+26
2020-10-30docs: kernel_abi.py: use --enable-lineno for get_abi.plGravatar Mauro Carvalho Chehab 1-4/+14
2020-10-30docs: kernel_abi.py: make it compatible with Sphinx 1.7+Gravatar Mauro Carvalho Chehab 1-12/+27
2020-10-30docs: kernel_abi.py: fix UTF-8 supportGravatar Mauro Carvalho Chehab 1-12/+7
2020-10-30docs: kernel_abi.py: add a script to parse ABI documentationGravatar Mauro Carvalho Chehab 1-0/+157
2020-10-30docs: kernellog.py: add support for info()Gravatar Mauro Carvalho Chehab 1-1/+5
2020-10-15docs: get rid of :c:type explicit declarations for structsGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-15docs: automarkup.py: Add cross-reference for parametrized C macrosGravatar Nícolas F. R. A. Prado 1-7/+42
2020-10-15docs: automarkup.py: Skip C reserved words when cross-referencingGravatar Nícolas F. R. A. Prado 1-1/+8
2020-10-15docs: automarkup.py: Fix regexes to solve sphinx 3 warningsGravatar Nícolas F. R. A. Prado 1-3/+4
2020-10-15docs: automarkup.py: Use new C roles in Sphinx 3Gravatar Nícolas F. R. A. Prado 1-6/+49
2020-10-15docs: kerneldoc.py: add support for kerneldoc -nosymbolGravatar Mauro Carvalho Chehab 1-0/+7
2020-10-15docs: kerneldoc.py: append the name of the parsed doc fileGravatar Mauro Carvalho Chehab 1-1/+2
2020-10-15docs: cdomain.py: extend it to handle new Sphinx 3.x tagsGravatar Mauro Carvalho Chehab 1-1/+39
2020-10-15docs: cdomain.py: add support for a new Sphinx 3.1+ tagGravatar Mauro Carvalho Chehab 1-1/+54
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectGravatar Mauro Carvalho Chehab 1-0/+5
2020-09-16docs: Add automatic cross-reference for documentation pagesGravatar Nícolas F. R. A. Prado 1-1/+38
2020-09-16docs: Allow multiple automarkup functionsGravatar Nícolas F. R. A. Prado 1-42/+55
2020-09-03docs: Add automatic cross-reference for C typesGravatar Nícolas F. R. A. Prado 1-13/+24
2020-06-26Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.plGravatar Alexander A. Klimov 1-1/+1