diff --git a/README.md b/README.md index 763972d..7a9a3e0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Documentation](https://img.shields.io/badge/documentation-view-blue)](https://harisankar95.github.io/pathfinding3D/INTRO.html) -![Logo](https://raw.githubusercontent.com/harisankar95/pathfinding3D/main/assets/logo.png) + diff --git a/docs/conf.py b/docs/conf.py index 56c5ba8..413e0ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,8 +82,8 @@ html_theme = "sphinx_rtd_theme" html_static_path = ["_static"] html_css_files = ["custom.css"] -html_logo = "../pathfinding3d/assets/logo.png" -html_favicon = "../pathfinding3d/assets/favicon.ico" +html_logo = "../assets/logo.png" +html_favicon = "../assets/favicon.ico" html_title = "pathfinding3d" html_show_sourcelink = False html_show_sphinx = False