Skip to content

Commit

Permalink
rebase incorrect modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang authored Dec 18, 2024
1 parent 314a611 commit a276ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ using CairoMakie
DocMeta.setdocmeta!(QuantumToolbox, :DocTestSetup, :(using QuantumToolbox); recursive = true)

# some options for `makedocs`
const DRAFT = true # set `true` to disable cell evaluation
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

# generate bibliography
bib = CitationBibliography(
Expand Down

0 comments on commit a276ad9

Please sign in to comment.