We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MTKFMIExt
1 parent 7de4f39 commit cf816c4Copy full SHA for cf816c4
docs/make.jl
@@ -3,6 +3,8 @@ using ModelingToolkit: SciMLBase
3
# To load docstring from extension
4
import FMI, CommonSolve, JumpProcesses
5
6
+MTKFMIExt = Base.get_extension(ModelingToolkit, :MTKFMIExt)
7
+
8
# Make sure that plots don't throw a bunch of warnings / errors!
9
ENV["GKSwstype"] = "100"
10
using Plots
@@ -24,7 +26,7 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/ma
24
26
25
27
makedocs(sitename = "ModelingToolkit.jl",
28
authors = "Chris Rackauckas",
- modules = [ModelingToolkit],
29
+ modules = [ModelingToolkit, MTKFMIExt],
30
clean = true, doctest = false, linkcheck = true,
31
warnonly = [:docs_block, :missing_docs, :cross_references],
32
linkcheck_ignore = [
0 commit comments