Skip to content

Commit d1f67c6

Browse files
committed
fix unexpected settings
1 parent 57b0b0d commit d1f67c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DocMeta.setdocmeta!(QuantumToolbox, :DocTestSetup, :(using QuantumToolbox); recu
1414

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

1919
# generate bibliography
2020
bib = CitationBibliography(

0 commit comments

Comments
 (0)