@@ -11,32 +11,34 @@ for (root, dirs, files) in walkdir(".")
1111 end
1212end
1313
14+
15+
1416docs = [
1517 MultiDocumenter. MultiDocRef (
1618 upstream = joinpath (dirname (@__DIR__ )," GraphNeuralNetworks" , " docs" , " build" ),
1719 path = " graphneuralnetworks" ,
1820 name = " GraphNeuralNetworks" ,
19- fix_canonical_url = false ),
21+ giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
2022 MultiDocumenter. MultiDocRef (
2123 upstream = joinpath (dirname (@__DIR__ ), " GNNGraphs" , " docs" , " build" ),
2224 path = " gnngraphs" ,
2325 name = " GNNGraphs" ,
24- fix_canonical_url = false ),
26+ giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
2527 MultiDocumenter. MultiDocRef (
2628 upstream = joinpath (dirname (@__DIR__ ), " GNNlib" , " docs" , " build" ),
2729 path = " gnnlib" ,
2830 name = " GNNlib" ,
29- fix_canonical_url = false ),
31+ giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
3032 MultiDocumenter. MultiDocRef (
3133 upstream = joinpath (dirname (@__DIR__ ), " GNNLux" , " docs" , " build" ),
3234 path = " gnnlux" ,
3335 name = " GNNLux" ,
34- fix_canonical_url = false ),
36+ giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
3537 MultiDocumenter. MultiDocRef (
3638 upstream = joinpath (dirname (@__DIR__ ), " tutorials" , " docs" , " build" ),
3739 path = " tutorials" ,
3840 name = " tutorials" ,
39- fix_canonical_url = false ),
41+ giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
4042]
4143
4244outpath = joinpath (@__DIR__ , " build" )
0 commit comments