- fix make.jl for docs
- drop 1.6 test
This commit is contained in:
qwjyh 2024-05-07 11:17:16 +09:00
parent 4577a3d761
commit 01fb5a3b5f
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ jobs:
matrix: matrix:
version: version:
- '1.10' - '1.10'
- '1.6' - '1.9'
- 'nightly' - 'nightly'
os: os:
- ubuntu-latest - ubuntu-latest

View file

@ -1,14 +1,14 @@
#! format: off #! format: off
using Legos using QuantumLegos
using Documenter using Documenter
DocMeta.setdocmeta!(Legos, :DocTestSetup, :(using Legos); recursive=true) DocMeta.setdocmeta!(QuantumLegos, :DocTestSetup, :(using QuantumLegos); recursive=true)
makedocs(; makedocs(;
modules=[Legos], modules=[QuantumLegos],
authors="", authors="",
# repo="", # repo="",
sitename="Legos.jl", sitename="QuantumLegos.jl",
format=Documenter.HTML(; format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true", prettyurls=get(ENV, "CI", "false") == "true",
edit_link="main", edit_link="main",