Skip to content

Commit 429e6b4

Browse files
authored
Prefer JuliaDocs registry in 0.7, but fall back to JuliaComputing (#214)
* Prefer JuliaDocs registry in 0.7, but fall back to JuliaComputing
1 parent 88e21e8 commit 429e6b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/registry.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# The registry cloning URLs are tried in order. Currently (on the 0.7 branch),
2+
# we still try to clone the registry first from JuliaDocs, remaining consistent
3+
# with the earlier releases. But we will fall back to the JuliaComputing URL
4+
# if it stops working.
15
const DOCS_REGISTRIES = [
2-
"https://github.com/JuliaComputing/DocumentationGeneratorRegistry.git",
36
"https://github.com/JuliaDocs/DocumentationGeneratorRegistry.git",
7+
"https://github.com/JuliaComputing/DocumentationGeneratorRegistry.git",
48
]
59

610
"""

0 commit comments

Comments
 (0)