Skip to content

Commit

Permalink
remove favicon from conf.py and html template
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Jun 27, 2024
1 parent 768c660 commit 291496c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
extensions = [
"myst_parser",
"sphinx_copybutton",
'sphinx_favicon',
]

favicons = [
"https://kedro.org/images/favicon.ico",
]

templates_path = ["_templates"]
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ test = [
"pytest",
"pytest-cov",
]
docs = [
doc = [
"kedro-sphinx-theme",
"sphinx-favicon",
]

[project.entry-points."sphinx.html_themes"]
Expand Down
3 changes: 0 additions & 3 deletions src/kedro_sphinx_theme/theme/kedro-sphinx-theme/layout.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{% extends "sphinx_rtd_theme/layout.html" %}
{# ref: https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html #}

{#- FAVICON #}
<link rel="shortcut icon" href="https://kedro.org/images/favicon.ico"/>

{%- block extrabody %}

<div class="wy-grid-header">
Expand Down

0 comments on commit 291496c

Please sign in to comment.