Skip to content

Commit e476cd0

Browse files
authored
Update Documenter and adjust CSS for dark theme. (#2656)
1 parent a85ac56 commit e476cd0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
DocumenterLaTeX = "cd674d7a-5f81-5cf3-af33-235ef1834b99"
43

54
[compat]
6-
Documenter = "~0.25"
5+
Documenter = "~0.27"

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3-
using Documenter, DocumenterLaTeX
3+
using Documenter
44
using Pkg
55

66
include("generate.jl")
@@ -13,7 +13,7 @@ const formats = Any[
1313
),
1414
]
1515
if "pdf" in ARGS
16-
push!(formats, LaTeX(platform = "docker"))
16+
push!(formats, Documenter.LaTeX(platform = "docker"))
1717
end
1818

1919
# setup for doctesting

docs/src/assets/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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
}

0 commit comments

Comments
 (0)