From 08b136c96e4336b129961e99d6f5223438f50791 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 2 Jun 2022 11:36:15 -0400 Subject: [PATCH] Update make.jl --- docs/make.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index 3e919ecc..ba0ce496 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,5 +1,7 @@ using Documenter, DiffEqParamEstim +include("pages.jl") + makedocs( sitename="DiffEqParamEstim.jl", authors="Chris Rackauckas et al.",