aboutsummaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17docs: remove extra conf.py filesMauro Carvalho Chehab1-10/+0
Now that the latex_documents are handled automatically, we can remove those extra conf.py files. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2016-10-26doc-rst: make dev-tools folder buildable stand-aloneMarkus Heiser1-0/+10
Add minimal conf.py and moved dev-tools/tools.rst to dev-tools/index.rst makes the dev-tools folder buildable stand-alone. To build only this folder run:: make SPHINXDIRS=dev-tools htmldocs make SPHINXDIRS=dev-tools pdfdocs Signed-off-by: Markus Heiser <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>