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 314a611 commit a276ad9Copy full SHA for a276ad9
docs/make.jl
@@ -13,8 +13,8 @@ using CairoMakie
13
DocMeta.setdocmeta!(QuantumToolbox, :DocTestSetup, :(using QuantumToolbox); recursive = true)
14
15
# some options for `makedocs`
16
-const DRAFT = true # set `true` to disable cell evaluation
17
-const DOCTEST = false # set `false` to skip doc tests
+const DRAFT = false # set `true` to disable cell evaluation
+const DOCTEST = true # set `false` to skip doc tests
18
19
# generate bibliography
20
bib = CitationBibliography(
0 commit comments