mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2025-01-31 00:17:08 +09:00
Fix CI
- fix make.jl for docs - drop 1.6 test
This commit is contained in:
parent
4577a3d761
commit
01fb5a3b5f
2 changed files with 5 additions and 5 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue