Skip to content

Commit

Permalink
Temp fix: Show FTheoryTools docs again (#3585)
Browse files Browse the repository at this point in the history
Temp fix: Show FTheoryTools docs again
  • Loading branch information
lgoettgens authored Apr 10, 2024
1 parent b4b48b7 commit e143c8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/make_work.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ function doit(
append!(collected, pkgdocs)
end
end
if "FTheoryTools" in Oscar.oldexppkgs # remove this block once FTheoryTools is upgraded to new experimental structure
pkgdocs = setup_experimental_package(Oscar, "FTheoryTools")
if length(pkgdocs) > 0
append!(collected, pkgdocs)
end
end
push!(doc, ("Experimental" => collected))

# Load the bibliography
Expand Down

0 comments on commit e143c8b

Please sign in to comment.