diff options
author | Andrei Pavel <andrei@isc.org> | 2021-08-03 14:33:51 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-08-13 17:44:20 +0200 |
commit | efa104ea26d36c2dd3e8d2fe1adc819c3734e5ec (patch) | |
tree | 95f2cfcfdce4318c805027c1f6a7f2a0522cc9a3 /doc/sphinx/conf.py | |
parent | [#2020] ChangeLog added (diff) | |
download | kea-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.py | 3 |
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')) |