File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ viewer [SAOImage/DS9](http://ds9.si.edu/site/Home.html) via
66Messaging System] ( https://github.com/ericmandel/xpa ) .
77
88
9- | ** Documentation** | ** License** | ** Build Status** |
10- | :-------------------------------:| :-------------------------------:| :-----------------------------:|
11- | [ ![ ] [ doc-dev-img ]] [ doc-dev-url ] | [ ![ ] [ license-img ]] [ license-url ] | [ ![ ] [ travis -img]] [ travis -url] |
9+ | ** Documentation** | ** License** | ** Build Status** |
10+ | :--------------------------------------------------------------------- :| :-------------------------------:| :-----------------------------:|
11+ | [ ![ ] [ doc-stable-img ]] [ doc-stable-url ] [ ![ ] [ doc- dev-img]] [ doc-dev-url ] | [ ![ ] [ license-img ]] [ license-url ] | [ ![ ] [ ci -img]] [ ci -url] |
1212
1313[ doc-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
1414[ doc-stable-url ] : https://JuliaAstro.github.io/SAOImageDS9.jl/stable
@@ -19,8 +19,8 @@ Messaging System](https://github.com/ericmandel/xpa).
1919[ license-url ] : ./LICENSE.md
2020[ license-img ] : http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
2121
22- [ travis -img] : https://travis-ci.org /JuliaAstro/SAOImageDS9.jl. svg?branch=master
23- [ travis -url] : https://travis-ci.org /JuliaAstro/SAOImageDS9.jl
22+ [ ci -img] : https://github.com /JuliaAstro/SAOImageDS9.jl/actions/workflows/CI.yml/badge. svg
23+ [ ci -url] : https://github.com /JuliaAstro/SAOImageDS9.jl/actions/workflows/CI.yml
2424
2525[ appveyor-img ] : https://ci.appveyor.com/api/projects/status/github/JuliaAstro/SAOImageDS9.jl?branch=master
2626[ appveyor-url ] : https://ci.appveyor.com/project/JuliaAstro/SAOImageDS9-jl/branch/master
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ include("pages.jl")
66makedocs (
77 modules = [SAOImageDS9],
88 sitename = " SAOImageDS9.jl" ,
9- format = Documenter. HTML (),
9+ format = Documenter. HTML (
10+ canonical = " https://juliaastro.org/SAOImageDS9/stable/" ,
11+ ),
1012 authors = " Éric Thiébaut and contributors" ,
1113 pages = pages,
1214 doctest = true ,
@@ -16,4 +18,5 @@ makedocs(
1618deploydocs (
1719 repo = " github.com/JuliaAstro/SAOImageDS9.jl.git" ,
1820 push_preview = true ,
21+ versions = [" stable" => " v^" , " v#.#" ], # Restrict to minor releases
1922)
You can’t perform that action at this time.
0 commit comments