From 28f4f1f09887e6e12b434a5cf22af66463b6a5f4 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Fri, 7 Jan 2022 16:33:19 -0500 Subject: [PATCH] update docs for new navbar theme Signed-off-by: Niels Bantilan --- docs/source/conf.py | 5 +++-- docs/source/index.rst | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5d0c11a387..00d6803fcf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- -project = "Flyte Cookbook [Python]" +project = "Flytekit" copyright = "2021, Flyte" author = "Flyte" @@ -90,7 +90,7 @@ # a list of builtin themes. # html_theme = "furo" -html_title = "Flyte Docs" +html_title = "Flyte" html_theme_options = { "light_css_variables": { @@ -126,6 +126,7 @@ # to template names. # html_logo = "flyte_circle_gradient_1_4x4.png" +html_favicon = "flyte_circle_gradient_1_4x4.png" pygments_style = "tango" pygments_dark_style = "native" diff --git a/docs/source/index.rst b/docs/source/index.rst index 2fee11c40b..f83cbaa9b2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -62,6 +62,8 @@ Expected output: |book| API Reference |hands-helping| Community +.. NOTE: the caption text is important for the sphinx theme to correctly render the nav header +.. https://github.com/flyteorg/furo .. toctree:: :maxdepth: -1 :caption: Flytekit SDK