Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ viewer [SAOImage/DS9](http://ds9.si.edu/site/Home.html) via
Messaging System](https://github.com/ericmandel/xpa).


| **Documentation** | **License** | **Build Status** |
|:-------------------------------:|:-------------------------------:|:-----------------------------:|
| [![][doc-dev-img]][doc-dev-url] | [![][license-img]][license-url] | [![][travis-img]][travis-url] |
| **Documentation** | **License** | **Build Status** |
|:---------------------------------------------------------------------:|:-------------------------------:|:-----------------------------:|
| [![][doc-stable-img]][doc-stable-url] [![][doc-dev-img]][doc-dev-url] | [![][license-img]][license-url] | [![][ci-img]][ci-url] |

[doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[doc-stable-url]: https://JuliaAstro.github.io/SAOImageDS9.jl/stable
Expand All @@ -19,8 +19,8 @@ Messaging System](https://github.com/ericmandel/xpa).
[license-url]: ./LICENSE.md
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat

[travis-img]: https://travis-ci.org/JuliaAstro/SAOImageDS9.jl.svg?branch=master
[travis-url]: https://travis-ci.org/JuliaAstro/SAOImageDS9.jl
[ci-img]: https://github.com/JuliaAstro/SAOImageDS9.jl/actions/workflows/CI.yml/badge.svg
[ci-url]: https://github.com/JuliaAstro/SAOImageDS9.jl/actions/workflows/CI.yml

[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/JuliaAstro/SAOImageDS9.jl?branch=master
[appveyor-url]: https://ci.appveyor.com/project/JuliaAstro/SAOImageDS9-jl/branch/master
Expand Down
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ include("pages.jl")
makedocs(
modules = [SAOImageDS9],
sitename = "SAOImageDS9.jl",
format = Documenter.HTML(),
format = Documenter.HTML(
canonical = "https://juliaastro.org/SAOImageDS9/stable/",
),
authors = "Éric Thiébaut and contributors",
pages = pages,
doctest = true,
Expand All @@ -16,4 +18,5 @@ makedocs(
deploydocs(
repo = "github.com/JuliaAstro/SAOImageDS9.jl.git",
push_preview = true,
versions = ["stable" => "v^", "v#.#"], # Restrict to minor releases
)
Loading