Skip to content

Commit

Permalink
Revert "Remove from list of modules"
Browse files Browse the repository at this point in the history
This reverts commit 0c3d527.
  • Loading branch information
blegat committed Oct 19, 2023
1 parent 0c3d527 commit 01d963c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ makedocs(
),
modules=[
Manopt,
if isdefined(Base, :get_extension)
Base.get_extension(Manopt, :ManoptJuMPExt)
else
Manopt.ManoptJuMPExt
end,
if isdefined(Base, :get_extension)
Base.get_extension(Manopt, :ManoptLineSearchesExt)
else
Expand Down

0 comments on commit 01d963c

Please sign in to comment.