Skip to content

Commit ed0e906

Browse files
Thore KockerolsThore Kockerols
authored andcommitted
try to include ext in docs
1 parent fa3a87b commit ed0e906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ makedocs(
1717
# doctest = false,
1818
# draft = true,
1919
format = Documenter.HTML(size_threshold = 204800*10),
20-
modules = [MacroModelling],
20+
modules = [MacroModelling, StatsPlotsExt, TuringExt],
2121
pages = [
2222
"Introduction" => "index.md",
2323
"Tutorials" => [

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
```@autodocs
3-
Modules = [MacroModelling]
3+
Modules = [MacroModelling, StatsPlotsExt, TuringExt]
44
Order = [:function, :macro]
55
```

0 commit comments

Comments
 (0)