Skip to content

Commit a276ad9

Browse files
authored
rebase incorrect modification
1 parent 314a611 commit a276ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ using CairoMakie
1313
DocMeta.setdocmeta!(QuantumToolbox, :DocTestSetup, :(using QuantumToolbox); recursive = true)
1414

1515
# some options for `makedocs`
16-
const DRAFT = true # set `true` to disable cell evaluation
17-
const DOCTEST = false # set `false` to skip doc tests
16+
const DRAFT = false # set `true` to disable cell evaluation
17+
const DOCTEST = true # set `false` to skip doc tests
1818

1919
# generate bibliography
2020
bib = CitationBibliography(

0 commit comments

Comments
 (0)