JuliaDynamics / Associations.jl

Algorithms for quantifying associations, independence testing and causal inference from data.
https://juliadynamics.github.io/Associations.jl/stable/
Other
148 stars 12 forks source link

Doc build errror #358

Closed kahaaga closed 11 months ago

kahaaga commented 11 months ago

@Datseris, have you got any idea how to fix the recent doc build errors, for example here?

It seems to be related to the organization-wide JuliaDynamics doc template. It also causes the doc builds to fail locally, so I can't inspect the docs before pushing a PR.

The error message is

ERROR: LoadError: The target selector was not found.
Use "@extend .is-size-7 !optional" to avoid this error.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35
 [2] compile_file(filename::String; input_path::String, source_map_file::Nothing, kwargs::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol, Symbol}, NamedTuple{(:output_path, :include_path, :output_style), Tuple{String, String, Sass.Style}}})
   @ Sass ~/.julia/packages/Sass/K4Tzw/src/julian_api.jl:69
 [3] compile_file
   @ ~/.julia/packages/Sass/K4Tzw/src/julian_api.jl:52 [inlined]
 [4] #compile_file#2
   @ ~/.julia/packages/Sass/K4Tzw/src/julian_api.jl:85 [inlined]
 [5] compile_file
   @ ~/.julia/packages/Sass/K4Tzw/src/julian_api.jl:83 [inlined]
 [6] compile(src::String, dst::String)
   @ DocumenterTools.Themes ~/.julia/packages/DocumenterTools/P6si2/src/Themes.jl:50
 [7] top-level scope
   @ ~/work/CausalityTools.jl/CausalityTools.jl/docs/build_docs_with_style.jl:23
 [8] include(fname::String)
   @ Base.MainInclude ./client.jl:[47](https://github.com/JuliaDynamics/CausalityTools.jl/actions/runs/6416239102/job/17419592307#step:5:48)8
 [9] top-level scope
   @ ~/work/CausalityTools.jl/CausalityTools.jl/docs/make.jl:28
in expression starting at /home/runner/work/CausalityTools.jl/CausalityTools.jl/docs/build_docs_with_style.jl:23
in expression starting at /home/runner/work/CausalityTools.jl/CausalityTools.jl/docs/make.jl:28
Datseris commented 11 months ago

do your docs for some reason use documenter v1 instead of v0.27? That would be it.

kahaaga commented 11 months ago

do your docs for some reason use documenter v1 instead of v0.27? That would be it.

Pinning Documenter.jl to v0.27 fixes it. Thanks!