aboutsummaryrefslogtreecommitdiff
path: root/Documentation/sphinx
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-08Replace HTTP links with HTTPS ones: documentationGravatar Alexander A. Klimov 1-3/+3
2020-04-20docs: update recommended Sphinx version to 2.4.4Gravatar Mauro Carvalho Chehab 1-1/+1
2020-02-25docs: Fix empty parallelism argumentGravatar Kees Cook 1-1/+1
2020-01-24docs: Keep up with the location of NoUriGravatar Jonathan Corbet 1-1/+6
2019-11-22docs, parallelism: Rearrange how jobserver reservations are madeGravatar Kees Cook 1-0/+33
2019-11-07kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'Gravatar Changbin Du 1-6/+11
2019-10-02doc-rst: Programmatically render MAINTAINERS into ReSTGravatar Kees Cook 1-0/+197
2019-08-12Documentation: sphinx: Don't parse socket() as identifier referenceGravatar Jonathan Neuschäfer 1-1/+2
2019-08-12Documentation: sphinx: Add missing comma to list of stringsGravatar Jonathan Neuschäfer 1-1/+1
2019-07-19docs: load_config.py: ensure subdirs end with "/"Gravatar Mauro Carvalho Chehab 1-1/+1
2019-07-17docs: load_config.py: avoid needing a conf.py just due to LaTeX docsGravatar Mauro Carvalho Chehab 1-1/+26
2019-07-08docs: automarkup.py: ignore exceptions when seeking for xrefsGravatar Mauro Carvalho Chehab 1-2/+10
2019-06-26Docs: An initial automarkup extension for sphinxGravatar Jonathan Corbet 1-0/+93
2019-05-30docs: requirements.txt: recommend Sphinx 1.7.9Gravatar Mauro Carvalho Chehab 1-2/+2
2019-05-29docs: cdomain.py: get rid of a warning since version 1.8Gravatar Mauro Carvalho Chehab 1-1/+4
2019-05-23doc: Cope with the deprecation of AutoReporterGravatar Jonathan Corbet 1-8/+26
2019-05-23doc: Cope with Sphinx logging deprecationsGravatar Jonathan Corbet 3-21/+59
2018-06-30Documentation/sphinx: allow "functions" with no parametersGravatar Mike Rapoport 1-3/+7
2018-06-26doc:sphinx: fix parse-header descriptionGravatar Federico Vaga 1-1/+1
2018-06-15Documentation: rstFlatTable.py: fix a broken referenceGravatar Mauro Carvalho Chehab 1-2/+0
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesGravatar Mauro Carvalho Chehab 1-2/+2
2018-03-09Documentation/sphinx: Fix Directive import errorGravatar Matthew Wilcox 1-2/+1
2018-01-17linux-next: docs-rst: Fix typos in kfigure.pyGravatar Masanari Iida 1-3/+3
2017-08-31Documentation/sphinx: fix kernel-doc decode for non-utf-8 localeGravatar Jani Nikula 1-5/+3
2017-07-23sphinx-pre-install: use a requirements fileGravatar Mauro Carvalho Chehab 1-0/+3
2017-06-23Docs: clean up some DocBook loose endsGravatar Jonathan Corbet 2-41/+0
2017-05-16docs-rst: get rid of Documentation/sphinx/tmplcvt scriptGravatar Mauro Carvalho Chehab 1-28/+0
2017-04-11tmplcvt: make the tool more robustGravatar Mauro Carvalho Chehab 1-2/+11
2017-03-31Use sphinx.version_info directly instead of parsingGravatar Rémy Léone 1-1/+1
2017-03-09docs-rst: automatically convert Graphviz and SVG imagesGravatar Markus Heiser 1-0/+551
2016-12-18docs: sphinx-extensions: make rstFlatTable work with docutils 0.13Gravatar Dmitry Shachnev 1-0/+5
2016-11-30docs-rst: parse-headers.pl: cleanup the documentationGravatar Mauro Carvalho Chehab 1-107/+9
2016-11-19parse-headers.pl: add documentation for this scriptGravatar Mauro Carvalho Chehab 1-13/+180
2016-10-19Documentation/sphinx: rename kernel-doc.py to kerneldoc.pyGravatar Jani Nikula 1-0/+0
2016-09-19Merge tag 'docs-next' of git://git.lwn.net/linux.git into patchworkGravatar Mauro Carvalho Chehab 1-3/+66
2016-09-16doc-rst:c-domain: function-like macros argumentsGravatar Markus Heiser 1-1/+54
2016-09-16doc-rst:c-domain: fix sphinx version incompatibilityGravatar Markus Heiser 1-2/+12
2016-09-09[media] docs-rst: parse-headers.pl: use the C domain for cross-referencesGravatar Mauro Carvalho Chehab 1-54/+59
2016-09-09[media] docs-rst: parse-headers.pl: make debug a command line optionGravatar Mauro Carvalho Chehab 1-4/+10