Skip to content

Commit

Permalink
Towards unified JuliaAstro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Aug 26, 2022
1 parent 972887e commit 192327d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[deps]
AstroAngles = "5c4adb95-c1fc-4c53-b4ea-2a94080c53d2"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Documenter = "0.26"
Documenter = "0.26, 0.27"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ using Documenter
using SkyCoords

DocMeta.setdocmeta!(SkyCoords, :DocTestSetup, :(using SkyCoords); recursive = true)

include("pages.jl")
makedocs(
modules = [SkyCoords],
sitename = "SkyCoords.jl",
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://juliaastro.github.io/SkyCoords.jl",
),
pages = ["Home" => "index.md", "API/Reference" => "api.md"],
pages = pages,
strict = true,
)

Expand Down
1 change: 1 addition & 0 deletions docs/pages.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pages = ["Home" => "index.md", "API/Reference" => "api.md"]

0 comments on commit 192327d

Please sign in to comment.