Skip to content

Commit

Permalink
Pygments fix in conf.py and update to nav bar (flyteorg#741)
Browse files Browse the repository at this point in the history
* Pygments fix in conf.py and update to nav bar

* updated
  • Loading branch information
kumare3 authored and sbrunk committed Feb 26, 2021
1 parent 5a99e1d commit 30aa2d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 48 deletions.
19 changes: 0 additions & 19 deletions docs_infra/in_container_html_generation.sh

This file was deleted.

25 changes: 0 additions & 25 deletions docs_infra/in_container_rst_generation.sh

This file was deleted.

13 changes: 9 additions & 4 deletions rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

project = u'Flyte'
copyright = u'2020, Flyte Authors'
author = u'Flyte Authors'
author = u'Flyte'

# The short X.Y version
version = u''
Expand Down Expand Up @@ -90,9 +90,6 @@
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down Expand Up @@ -122,6 +119,14 @@
"globaltoc_collapse": False,
# If True, show hidden TOC entries
"globaltoc_includehidden": False,
"nav_links": [
{"href": "index", "internal": True, "title": "Flyte Docs"},
{
"href": "https://flytecookbook.readthedocs.io",
"internal": False,
"title": "Flyte Tutorials",
},
],
}

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit 30aa2d4

Please sign in to comment.