Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Dec 4, 2024
1 parent 669ae88 commit b882e81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ using ManifoldsBase

# (e) ...finally! make docs
bib = CitationBibliography(joinpath(@__DIR__, "src", "references.bib"); style = :alpha)
links = InterLinks(
"Manifolds" => ("https://juliamanifolds.github.io/Manifolds.jl/stable/"),
)
links = InterLinks("Manifolds" => ("https://juliamanifolds.github.io/Manifolds.jl/stable/"))
makedocs(;
# for development, we disable prettyurls
format = Documenter.HTML(;
Expand Down

0 comments on commit b882e81

Please sign in to comment.