|
@ -180,15 +180,7 @@ latex_documents = [ |
|
|
|
|
|
|
|
|
# One entry per manual page. List of tuples |
|
|
# One entry per manual page. List of tuples |
|
|
# (source start file, name, description, authors, manual section). |
|
|
# (source start file, name, description, authors, manual section). |
|
|
man_pages = [ |
|
|
|
|
|
( |
|
|
|
|
|
master_doc, |
|
|
|
|
|
"python-keycloak", |
|
|
|
|
|
"python-keycloak Documentation", |
|
|
|
|
|
[author], |
|
|
|
|
|
1, |
|
|
|
|
|
) |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
man_pages = [(master_doc, "python-keycloak", "python-keycloak Documentation", [author], 1)] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# -- Options for Texinfo output ------------------------------------------- |
|
|
# -- Options for Texinfo output ------------------------------------------- |
|
|