File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ MarkdownExtensions.expand_reflinks(reflinks; rootdir=DOCSRC)
2222
2323@info " Building documentation website using Documenter.jl..."
2424makedocs (;
25- modules = [PerfTest, PerfTest. Configuration, PerfTest. BencherInterface ],
25+ modules = [PerfTest, PerfTest. Configuration, PerfTest. BencherREST ],
2626 authors = " Daniel Sergio Vega Rodriguez, Samuel Omlin, and contributors" ,
2727 repo = " https://github.com/JuliaPerf/PerfTest.jl/blob/{commit}{path}#{line}" ,
2828 sitename = " PerfTest.jl" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Order = [:function, :macro]
3333```
3434#### Documentation
3535``` @autodocs
36- Modules = [PerfTest, PerfTest.Configuration, PerfTest.BencherInterface ]
36+ Modules = [PerfTest, PerfTest.Configuration, PerfTest.BencherREST ]
3737Order = [:function, :macro]
3838```
3939
You can’t perform that action at this time.
0 commit comments