Skip to content

Commit

Permalink
Try to get extensions included in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eohne committed Jul 29, 2024
1 parent 1136332 commit 2850a27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ makedocs(
format = Documenter.HTML(
# analytics = "G-LFRFQ0X1VF",
canonical = "https://eohne.github.io/LinearHypothesisTest.jl/dev/"),
modules = [LinearHypothesisTest],
modules = [LinearHypothesisTest,
isdefined(Base, :get_extension) ? Base.get_extension(LinearHypothesisTest, :FE_LHT) :
LinearHypothesisTest.FE_LHT,
isdefined(Base, :get_extension) ? Base.get_extension(LinearHypothesisTest, :GLM_LHT) :
LinearHypothesisTest.GLM_LHT,],
pages=[
"Home" => "index.md",
"Version Change Log" => "VersionChanges.md"
Expand Down

0 comments on commit 2850a27

Please sign in to comment.