File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- # Don't forget to run
2- #
3- # pkg> dev ..
4- #
51[deps ]
62Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+ LiveServer = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
74NearOptimalAlternatives = " a88418a5-8dc5-4f1c-8a3e-d5a75ec49c70"
85
96[compat ]
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ DocMeta.setdocmeta!(
88 recursive = true ,
99)
1010
11- const page_rename = Dict (" developer.md" => " Developer docs" ) # Without the numbers
1211const numbered_pages = [
1312 file for file in readdir (joinpath (@__DIR__ , " src" )) if
1413 file != " index.md" && splitext (file)[2 ] == " .md"
@@ -17,7 +16,6 @@ const numbered_pages = [
1716makedocs (;
1817 modules = [NearOptimalAlternatives],
1918 authors = " " ,
20- repo = " https://github.com/TulipaEnergy/NearOptimalAlternatives.jl/blob/{commit}{path}#{line}" ,
2119 sitename = " NearOptimalAlternatives.jl" ,
2220 format = Documenter. HTML (;
2321 canonical = " https://TulipaEnergy.github.io/NearOptimalAlternatives.jl" ,
You can’t perform that action at this time.
0 commit comments