Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 241a8021 authored by Markus Heiser's avatar Markus Heiser Committed by Jonathan Corbet
Browse files

doc-rst: make driver-api folder buildable stand-alone



Add minimal conf.py makes the driver-api folder buildable
stand-alone. To build only this folder run::

  make SPHINXDIRS=driver-api htmldocs
  make SPHINXDIRS=driver-api pdfdocs

Signed-off-by: default avatarMarkus Heiser <markus.heiser@darmarit.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c289312f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = "The Linux driver implementer's API guide"

tags.add("subproject")

latex_documents = [
    ('index', 'driver-api.tex', project,
     'The kernel development community', 'manual'),
]
+8 −0
Original line number Diff line number Diff line
@@ -25,3 +25,11 @@ available subsections can be seen below.
   hsi
   miscellaneous
   vme


.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`