Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# -- Project information -----------------------------------------------------

project = "Flyte Cookbook [Python]"
project = "Flytekit"
copyright = "2021, Flyte"
author = "Flyte"

Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Expected output:
|book| API Reference <https://docs.flyte.org/en/latest/reference/index.html>
|hands-helping| Community <https://docs.flyte.org/en/latest/community/index.html>

.. 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
Expand Down