Skip to content

Commit cf816c4

Browse files
docs: add MTKFMIExt to modules for doc build
1 parent 7de4f39 commit cf816c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ using ModelingToolkit: SciMLBase
33
# To load docstring from extension
44
import FMI, CommonSolve, JumpProcesses
55

6+
MTKFMIExt = Base.get_extension(ModelingToolkit, :MTKFMIExt)
7+
68
# Make sure that plots don't throw a bunch of warnings / errors!
79
ENV["GKSwstype"] = "100"
810
using Plots
@@ -24,7 +26,7 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/ma
2426

2527
makedocs(sitename = "ModelingToolkit.jl",
2628
authors = "Chris Rackauckas",
27-
modules = [ModelingToolkit],
29+
modules = [ModelingToolkit, MTKFMIExt],
2830
clean = true, doctest = false, linkcheck = true,
2931
warnonly = [:docs_block, :missing_docs, :cross_references],
3032
linkcheck_ignore = [

0 commit comments

Comments
 (0)