diff --git a/.github/workflows/Example.yml b/.github/workflows/Example.yml index 74c670ed..76ef4c34 100644 --- a/.github/workflows/Example.yml +++ b/.github/workflows/Example.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [windows-latest] # , ubuntu-latest] file-name: [advanced_hybrid_ME, modelica_conference_2021, simple_hybrid_CS, simple_hybrid_ME, mdpi_2022, juliacon_2023] - julia-version: ['1.9'] + julia-version: ['1.8'] julia-arch: [x64] experimental: [false] @@ -44,7 +44,7 @@ jobs: env: FILE: examples/src/${{ matrix.file-name }}.ipynb run: | - jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.9" --to notebook --inplace --execute ${{ env.FILE }} + jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.8" --to notebook --inplace --execute ${{ env.FILE }} jupyter nbconvert --to script ${{ env.FILE }} jupyter nbconvert --to markdown ${{ env.FILE }} diff --git a/docs/make.jl b/docs/make.jl index 82c10390..0baea945 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,8 +10,10 @@ makedocs(sitename="FMIFlux.jl", format = Documenter.HTML( collapselevel = 1, sidebar_sitename = false, - edit_link = nothing + edit_link = nothing, + size_threshold_ignore = ["examples/juliacon_2023.md"] ), + warnonly=true, pages= Any[ "Introduction" => "index.md" "Examples" => [ diff --git a/examples/src/.gitignore b/examples/src/.gitignore index 9448d154..ae9c2156 100644 --- a/examples/src/.gitignore +++ b/examples/src/.gitignore @@ -1,3 +1,2 @@ params/ -*.png -*.gif \ No newline at end of file +*.png \ No newline at end of file