Skip to content

Commit

Permalink
Remove Plots extension from the docs as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed May 3, 2024
1 parent c765584 commit 213546f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ makedocs(;
else
Manopt.ManoptManifoldsExt
end,
if isdefined(Base, :get_extension)
Base.get_extension(Manopt, :ManoptPlotsExt)
else
Manopt.ManoptPlotsExt
end,
if isdefined(Base, :get_extension)
Base.get_extension(Manopt, :ManoptRipQPQuadraticModelsExt)
else
Expand Down

0 comments on commit 213546f

Please sign in to comment.