aboutsummaryrefslogtreecommitdiff
path: root/Documentation/sphinx
AgeCommit message (Expand)AuthorFilesLines
2023-10-22Documentation/sphinx: Remove the repeated word "the" in comments.Gravatar Charles Han 1-1/+1
2023-10-10docs/sphinx: Explicitly convert Sphinx paths to strGravatar Oliver Faso 2-2/+2
2023-09-12Documentation/sphinx: fix Python string escapesGravatar Benjamin Gray 5-8/+8
2023-08-18Documentation: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-02-16docs: Use HTML comments for the kernel-toc SPDX lineGravatar Jonathan Corbet 1-1/+1
2023-02-08docs: Add more information to the HTML sidebarGravatar Jonathan Corbet 1-0/+16
2023-01-06docs: Fix the docs build with Sphinx 6.0Gravatar Jonathan Corbet 1-2/+4
2022-10-13docs: sphinx-pre-install: don't require the RTD themeGravatar Jonathan Corbet 1-1/+0
2022-08-18docs: kerneldoc-preamble: Test xeCJK.sty before loadingGravatar Akira Yokosawa 1-6/+16
2022-07-07docs: automarkup: do not look up symbols twiceGravatar Jonathan Corbet 1-31/+26
2022-07-07docs: automarkup: track failed cross-reference attemptsGravatar Jonathan Corbet 1-0/+13
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