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

Commit 9fc3a18a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: remove extra conf.py files



Now that the latex_documents are handled automatically, we can
remove those extra conf.py files.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent a84d9e89
Loading
Loading
Loading
Loading

Documentation/admin-guide/conf.py

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = 'Linux Kernel User Documentation'

tags.add("subproject")

latex_documents = [
    ('index', 'linux-user.tex', 'Linux Kernel User Documentation',
     'The kernel development community', 'manual'),
]

Documentation/core-api/conf.py

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = "Core-API Documentation"

tags.add("subproject")

latex_documents = [
    ('index', 'core-api.tex', project,
     'The kernel development community', 'manual'),
]

Documentation/crypto/conf.py

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = 'Linux Kernel Crypto API'

tags.add("subproject")

latex_documents = [
    ('index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
     'The kernel development community', 'manual'),
]

Documentation/dev-tools/conf.py

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = "Development tools for the kernel"

tags.add("subproject")

latex_documents = [
    ('index', 'dev-tools.tex', project,
     'The kernel development community', 'manual'),
]

Documentation/doc-guide/conf.py

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# -*- coding: utf-8; mode: python -*-

project = 'Linux Kernel Documentation Guide'

tags.add("subproject")

latex_documents = [
    ('index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
     'The kernel development community', 'manual'),
]
Loading