diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1c7ac07..3c9497a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: matrix: version: - '1.10' - - '1.6' + - '1.9' - 'nightly' os: - ubuntu-latest diff --git a/docs/make.jl b/docs/make.jl index 3599446..7097be2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,14 +1,14 @@ #! format: off -using Legos +using QuantumLegos using Documenter -DocMeta.setdocmeta!(Legos, :DocTestSetup, :(using Legos); recursive=true) +DocMeta.setdocmeta!(QuantumLegos, :DocTestSetup, :(using QuantumLegos); recursive=true) makedocs(; - modules=[Legos], + modules=[QuantumLegos], authors="", # repo="", - sitename="Legos.jl", + sitename="QuantumLegos.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", edit_link="main",