Skip to content

Commit c8919a6

Browse files
committed
up
1 parent 0885927 commit c8919a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/build-docs.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so)
2727
export GKSwstype=nul # Plots.jl/issues/3664
2828
export MPLBACKEND=agg
2929
export COLORTERM=truecolor # UnicodePlots.jl
30-
export PLOTDOCS_ANSICOLOR=true
3130
export JULIA_CONDAPKG_BACKEND=MicroMamba
3231

3332
banner() {
@@ -76,8 +75,10 @@ install_and_precompile_julia_deps() {
7675
build_documenter_docs() {
7776
echo "== build documentation =="
7877
banner
78+
export PLOTDOCS_ANSICOLOR=true
79+
export PLOTSBASE_UNICODEPLOTS_COLORED=true
80+
export PLOTDOCS_PUSH_PREVIEW=true
7981
# export PLOTDOCS_PACKAGES='UnicodePlots'
80-
# export PLOTDOCS_PUSH_PREVIEW=true
8182
# export PLOTDOCS_EXAMPLES=1
8283
julia_project docs/make.jl
8384
}

0 commit comments

Comments
 (0)