File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ makedocs(;
11
11
sitename= " Fast Deep Equilibrium Networks" ,
12
12
authors= " Avik Pal et al." ,
13
13
modules= [DeepEquilibriumNetworks],
14
- clean= true , doctest= false , linkcheck = true ,
15
- format= Documenter. HTML (;assets= [" assets/favicon.ico" ],
14
+ clean= true ,
15
+ doctest= false ,
16
+ linkcheck= true ,
17
+ format= Documenter. HTML (;
18
+ assets= [" assets/favicon.ico" ],
16
19
canonical= " https://docs.sciml.ai/DeepEquilibriumNetworks/stable/" ),
17
- plugins = [bib],
20
+ plugins= [bib],
18
21
pages)
19
22
20
23
deploydocs (; repo= " github.com/SciML/DeepEquilibriumNetworks.jl.git" , push_preview= true )
Original file line number Diff line number Diff line change @@ -125,9 +125,15 @@ using TOML
125
125
using Markdown
126
126
version = TOML.parse(read("../../Project.toml", String))["version"]
127
127
name = TOML.parse(read("../../Project.toml", String))["name"]
128
- link_manifest = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version *
128
+ link_manifest = "https://github.com/SciML/" *
129
+ name *
130
+ ".jl/tree/gh-pages/v" *
131
+ version *
129
132
"/assets/Manifest.toml"
130
- link_project = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version *
133
+ link_project = "https://github.com/SciML/" *
134
+ name *
135
+ ".jl/tree/gh-pages/v" *
136
+ version *
131
137
"/assets/Project.toml"
132
138
Markdown.parse("""You can also download the
133
139
[manifest]($link_manifest)
You can’t perform that action at this time.
0 commit comments