We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c121b commit 88da7d0Copy full SHA for 88da7d0
1 file changed
docs/make.jl
@@ -21,10 +21,15 @@ links = InterLinks(
21
"QuantumControl" => "https://juliaquantumcontrol.github.io/QuantumControl.jl/$DEV_OR_STABLE",
22
)
23
24
+fallbacks = ExternalFallbacks(
25
+ "QuantumPropagators.Interfaces.supports_inplace" => "@extref QuantumPropagators :jl:function:`QuantumPropagators.Interfaces.supports_inplace`",
26
+ automatic = false,
27
+)
28
+
29
println("Starting makedocs")
30
31
makedocs(;
- plugins = [links],
32
+ plugins = [links, fallbacks],
33
authors = AUTHORS,
34
sitename = "QuantumGradientGenerators.jl",
35
doctest = false,
0 commit comments