Skip to content

Commit 8403d74

Browse files
authored
Fix around logo (#449)
* Use relative path in README * update logo.png for transparent background * add favicon.ico * update make.jl for favicon
1 parent 3ec4267 commit 8403d74

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><img src="https://raw.githubusercontent.com/JuliaPy/PythonCall.jl/main/docs/src/assets/logo.png" alt="PythonCall.jl logo" style="width: 100px;"><br>PythonCall &amp;&nbsp;JuliaCall</h1>
1+
<h1><img src="docs/src/assets/logo.png" alt="PythonCall.jl logo" style="width: 100px;"><br>PythonCall &amp;&nbsp;JuliaCall</h1>
22

33
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
44
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliapy.github.io/PythonCall.jl/stable)

docs/make.jl

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ include("customdocs.jl")
55
makedocs(
66
sitename = "PythonCall & JuliaCall",
77
modules = [PythonCall],
8+
format = Documenter.HTML(
9+
assets = ["assets/favicon.ico"],
10+
),
811
warnonly = [:missing_docs], # avoid raising error when docs are missing
912
pages = [
1013
"Home" => "index.md",

docs/src/assets/favicon.ico

49.4 KB
Binary file not shown.

docs/src/assets/logo.png

31.8 KB
Loading

0 commit comments

Comments
 (0)