We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c622e1 commit 107d19fCopy full SHA for 107d19f
docs/make.jl
@@ -2,7 +2,10 @@ using QuantumOperatorDefinitions: QuantumOperatorDefinitions
2
using Documenter: Documenter, DocMeta, deploydocs, makedocs
3
4
DocMeta.setdocmeta!(
5
- QuantumOperatorDefinitions, :DocTestSetup, :(using QuantumOperatorDefinitions); recursive=true
+ QuantumOperatorDefinitions,
6
+ :DocTestSetup,
7
+ :(using QuantumOperatorDefinitions);
8
+ recursive=true,
9
)
10
11
include("make_index.jl")
@@ -20,5 +23,7 @@ makedocs(;
20
23
21
24
22
25
deploydocs(;
- repo="github.com/ITensor/QuantumOperatorDefinitions.jl", devbranch="main", push_preview=true
26
+ repo="github.com/ITensor/QuantumOperatorDefinitions.jl",
27
+ devbranch="main",
28
+ push_preview=true,
29
0 commit comments