add logo
This commit is contained in:
parent
9aea755b5e
commit
43bfbed473
@ -33,6 +33,7 @@ source_suffix = ['.rst', '.md']
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'Kyuubi'
|
||||
|
||||
copyright = '''
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
@ -86,6 +87,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
# a list of builtin themes.
|
||||
#
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
# html_theme_options = {
|
||||
# 'logo_only': True
|
||||
# }
|
||||
|
||||
html_logo = 'imgs/kyuubi_logo_yellow.png'
|
||||
|
||||
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
|
||||
BIN
docs/imgs/kyuubi_logo.png
Normal file
BIN
docs/imgs/kyuubi_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
docs/imgs/kyuubi_logo_blue.png
Normal file
BIN
docs/imgs/kyuubi_logo_blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
docs/imgs/kyuubi_logo_yellow.png
Normal file
BIN
docs/imgs/kyuubi_logo_yellow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
@ -3,9 +3,14 @@
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
.. image:: imgs/kyuubi_logo.png
|
||||
:align: center
|
||||
|
||||
|
||||
Welcome to Kyuubi's documentation!
|
||||
==================================
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user