Skip to content

Commit f569b79

Browse files
committed
add FastAI.Models to references
1 parent 790514e commit f569b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ using FilePathsBase
88

99
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"
1010

11-
refmodules = [FastAI, FluxTraining, DLPipelines, DataAugmentation, FastAI.Datasets]
11+
refmodules = [FastAI, FluxTraining, DLPipelines, DataAugmentation, FastAI.Datasets, FastAI.Models]
1212
project = Pollen.documentationproject(FastAI; refmodules = refmodules)
1313
Pollen.fullbuild(project, Pollen.FileBuilder(Pollen.HTML(), p"dev/"))

0 commit comments

Comments
 (0)