2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#866] text ARM, remove ungenerated indices

This commit is contained in:
Andrei Pavel
2021-08-03 15:33:51 +03:00
committed by Tomek Mrugalski
parent f8c84eaa3e
commit efa104ea26
4 changed files with 19 additions and 17 deletions

View File

@@ -116,7 +116,6 @@ pygments_style = None
#
#html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
#html_logo = '_static/kea-logo-100x70.png'
html_logo = 'static/kea-imageonly-100bw.png'
# Theme options are theme-specific and customize the look and feel of a theme
@@ -176,6 +175,8 @@ latex_documents = [
(master_doc, 'kea-arm.tex', 'Kea Administrator Reference Manual Documentation', author, 'manual'),
]
latex_logo = 'static/kea-logo-200.png'
if os.getenv("READTHEDOCS", "False") == "False":
latex_documents.append((messages_doc, 'kea-messages.tex', 'Kea Messages Manual', author, 'manual'))