@@ -18,27 +18,27 @@ docs = [
1818 upstream = joinpath (dirname (@__DIR__ )," GraphNeuralNetworks" , " docs" , " build" ),
1919 path = " graphneuralnetworks" ,
2020 name = " GraphNeuralNetworks" ,
21- giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
21+ fix_canonical_url = false ),
2222 MultiDocumenter. MultiDocRef (
2323 upstream = joinpath (dirname (@__DIR__ ), " GNNGraphs" , " docs" , " build" ),
2424 path = " gnngraphs" ,
2525 name = " GNNGraphs" ,
26- giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
26+ fix_canonical_url = false ),
2727 MultiDocumenter. MultiDocRef (
2828 upstream = joinpath (dirname (@__DIR__ ), " GNNlib" , " docs" , " build" ),
2929 path = " gnnlib" ,
3030 name = " GNNlib" ,
31- giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
31+ fix_canonical_url = false ),
3232 MultiDocumenter. MultiDocRef (
3333 upstream = joinpath (dirname (@__DIR__ ), " GNNLux" , " docs" , " build" ),
3434 path = " gnnlux" ,
3535 name = " GNNLux" ,
36- giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
36+ fix_canonical_url = false ),
3737 MultiDocumenter. MultiDocRef (
3838 upstream = joinpath (dirname (@__DIR__ ), " tutorials" , " docs" , " build" ),
3939 path = " tutorials" ,
4040 name = " tutorials" ,
41- giturl = " https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git " ),
41+ fix_canonical_url = false ),
4242]
4343
4444outpath = joinpath (@__DIR__ , " build" )
0 commit comments