summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/conf.py
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-08-03 14:33:51 +0200
committerTomek Mrugalski <tomek@isc.org>2021-08-13 17:44:20 +0200
commitefa104ea26d36c2dd3e8d2fe1adc819c3734e5ec (patch)
tree95f2cfcfdce4318c805027c1f6a7f2a0522cc9a3 /doc/sphinx/conf.py
parent[#2020] ChangeLog added (diff)
downloadkea-efa104ea26d36c2dd3e8d2fe1adc819c3734e5ec.tar.xz
kea-efa104ea26d36c2dd3e8d2fe1adc819c3734e5ec.zip
[#866] text ARM, remove ungenerated indices
Diffstat (limited to 'doc/sphinx/conf.py')
-rw-r--r--doc/sphinx/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 5999b71d41..142b16b7eb 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -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'))