Skip to content

Commit

Permalink
Improve compatibility with sphinx_airflow_theme (#13002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed Dec 12, 2020
1 parent 2e1f813 commit 01524bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,3 +529,16 @@
'display_github': 'master',
'suffix': '.rst',
}

html_theme_options = {
'hide_website_buttons': False,
'navbar_links': [
{'href': '/community/', 'text': 'Community'},
{'href': '/meetups/', 'text': 'Meetups'},
{'href': '/docs/', 'text': 'Documentation'},
{'href': '/use-cases/', 'text': 'Use-cases'},
{'href': '/announcements/', 'text': 'Announcements'},
{'href': '/blog/', 'text': 'Blog'},
{'href': '/ecosystem/', 'text': 'Ecosystem'},
]
}

0 comments on commit 01524bb

Please sign in to comment.