File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ execute = isempty(ARGS) || ARGS[1] == "run"
2
2
3
3
org, reps = :JeffFessler , :MIRT
4
4
eval (:(using $ reps))
5
- using Documenter
6
- using Literate
5
+ import Documenter
6
+ import Literate
7
7
# using DemoCards
8
8
9
9
# examples_templates, examples_theme = cardtheme("grid")
@@ -27,7 +27,7 @@ binder_root_url =
27
27
28
28
29
29
repo = eval (:($ reps))
30
- DocMeta. setdocmeta! (repo, :DocTestSetup , :(using $ reps); recursive= true )
30
+ Documenter . DocMeta. setdocmeta! (repo, :DocTestSetup , :(using $ reps); recursive= true )
31
31
32
32
# preprocessing
33
33
inc1 = " include(\" ../../../inc/reproduce.jl\" )"
@@ -81,7 +81,7 @@ format = Documenter.HTML(;
81
81
assets = [" assets/custom.css" ],
82
82
)
83
83
84
- makedocs (;
84
+ Documenter . makedocs (;
85
85
modules = [repo],
86
86
authors = " Jeff Fessler and contributors" ,
87
87
sitename = " $repo .jl" ,
@@ -96,7 +96,7 @@ makedocs(;
96
96
# examples_cb()
97
97
98
98
if isci
99
- deploydocs (;
99
+ Documenter . deploydocs (;
100
100
repo = " github.com/$base " ,
101
101
devbranch = " main" ,
102
102
devurl = " dev" ,
You can’t perform that action at this time.
0 commit comments