Skip to content

Commit 4264c3d

Browse files
authored
Fix docs (#49)
* Fix docs * Fix docs
1 parent a67ba8e commit 4264c3d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Don't forget to run
2-
#
3-
# pkg> dev ..
4-
#
51
[deps]
62
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
74
NearOptimalAlternatives = "a88418a5-8dc5-4f1c-8a3e-d5a75ec49c70"
85

96
[compat]

docs/make.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1211
const 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 = [
1716
makedocs(;
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",

0 commit comments

Comments
 (0)