Skip to content

Commit

Permalink
fix: Remove Kapa AI button
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood24 committed Jul 16, 2024
1 parent fb11252 commit e8d64c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/partial_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
autosectionlabel_prefix_document = True

# Retrieve html_theme_options from docs/conf.py
from typing import List
from docs.conf import html_theme_options

html_theme_options["switcher"]["json_url"] = "https://unify.ai/docs/versions/ivy.json"
Expand All @@ -54,3 +55,6 @@

# Retrieve demos specific configuration
from docs.demos.demos_conf import * # noqa

# Removing kapa.ai integration
html_js_files: List[str] = []

0 comments on commit e8d64c4

Please sign in to comment.