diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c04fc2fa9..cb4fb67b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,7 +55,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - julia --project=docs -e ' + julia --project=docs -t auto -e ' using Documenter: DocMeta, doctest using IncompressibleNavierStokes DocMeta.setdocmeta!( diff --git a/docs/make.jl b/docs/make.jl index bb034f57e..30ed82c1c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,6 +5,8 @@ if isdefined(@__MODULE__, :LanguageServer) using .IncompressibleNavierStokes end +@info "" Threads.nthreads() + using IncompressibleNavierStokes using Literate using Documenter