Skip to content

Commit

Permalink
Remove name from the logo area
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobonici committed Jan 18, 2025
1 parent 075a9bd commit 905b1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ push!(LOAD_PATH,"../src/")
makedocs(
modules = [Effort],
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true",
sidebar_sitename=true),
sidebar_sitename=false),
sitename = "Effort.jl",
authors = "Marco Bonici",
pages = [
Expand Down

0 comments on commit 905b1d5

Please sign in to comment.