We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0885927 commit c8919a6Copy full SHA for c8919a6
ci/build-docs.sh
@@ -27,7 +27,6 @@ export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so)
27
export GKSwstype=nul # Plots.jl/issues/3664
28
export MPLBACKEND=agg
29
export COLORTERM=truecolor # UnicodePlots.jl
30
-export PLOTDOCS_ANSICOLOR=true
31
export JULIA_CONDAPKG_BACKEND=MicroMamba
32
33
banner() {
@@ -76,8 +75,10 @@ install_and_precompile_julia_deps() {
76
75
build_documenter_docs() {
77
echo "== build documentation =="
78
banner
+ export PLOTDOCS_ANSICOLOR=true
79
+ export PLOTSBASE_UNICODEPLOTS_COLORED=true
80
+ export PLOTDOCS_PUSH_PREVIEW=true
81
# export PLOTDOCS_PACKAGES='UnicodePlots'
- # export PLOTDOCS_PUSH_PREVIEW=true
82
# export PLOTDOCS_EXAMPLES=1
83
julia_project docs/make.jl
84
}
0 commit comments