diff --git a/docs/conf.py b/docs/conf.py index fb78ce17e..5982931df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, diff --git a/docs/imgs/kyuubi_logo.png b/docs/imgs/kyuubi_logo.png new file mode 100644 index 000000000..edd1ed472 Binary files /dev/null and b/docs/imgs/kyuubi_logo.png differ diff --git a/docs/imgs/kyuubi_logo_blue.png b/docs/imgs/kyuubi_logo_blue.png new file mode 100644 index 000000000..e75d30576 Binary files /dev/null and b/docs/imgs/kyuubi_logo_blue.png differ diff --git a/docs/imgs/kyuubi_logo_yellow.png b/docs/imgs/kyuubi_logo_yellow.png new file mode 100644 index 000000000..6ef609728 Binary files /dev/null and b/docs/imgs/kyuubi_logo_yellow.png differ diff --git a/docs/index.rst b/docs/index.rst index e1976d99b..1698669a0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: