File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[deps ]
22Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3- DocumenterLaTeX = " cd674d7a-5f81-5cf3-af33-235ef1834b99"
43
54[compat ]
6- Documenter = " ~0.25 "
5+ Documenter = " ~0.27 "
Original file line number Diff line number Diff line change 11# This file is a part of Julia. License is MIT: https://julialang.org/license
22
3- using Documenter, DocumenterLaTeX
3+ using Documenter
44using Pkg
55
66include (" generate.jl" )
@@ -13,7 +13,7 @@ const formats = Any[
1313 ),
1414]
1515if " pdf" in ARGS
16- push! (formats, LaTeX (platform = " docker" ))
16+ push! (formats, Documenter . LaTeX (platform = " docker" ))
1717end
1818
1919# setup for doctesting
Original file line number Diff line number Diff line change 1- # documenter .docs-sidebar .docs-logo > img {
2- max-height : 12em ;
1+ # documenter .docs-sidebar .docs-logo > img ,
2+ html .theme--documenter-dark # documenter .docs-sidebar .docs-logo > img {
3+ max-height : 12rem ;
34}
You can’t perform that action at this time.
0 commit comments