Skip to content

Commit f9ae6dc

Browse files
committed
fix "UndefVarError: ProximalCore not defined in Main" when rendering documentation
1 parent 0a1fa1b commit f9ae6dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using Documenter, ProximalOperators, ProximalCore
22

3+
DocMeta.setdocmeta!(ProximalCore, :DocTestSetup, :(import ProximalCore); recursive=true)
4+
35
makedocs(
46
modules = [ProximalOperators, ProximalCore],
57
sitename = "ProximalOperators.jl",

0 commit comments

Comments
 (0)