Skip to content

Commit

Permalink
Merge branch 'master' into st/fix_loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
st-- authored Mar 17, 2022
2 parents c448c01 + a31cddb commit e0dab4c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Documenter.jl changelog

## Unreleased


## Version `v0.27.15`

* ![Enhancement][badge-enhancement] Documenter now deploys documentation from scheduled jobs (`schedule` on GitHub actions). ([#1772][github-1772], [#1773][github-1773])
* ![Enhancement][badge-enhancement] Improve layout of the table of contents section in the LaTeX/PDF output. ([#1750][github-1750])
* ![Bugfix][badge-bugfix] Improve the fix for extraneous whitespace in REPL blocks. ([#1774][github-1774])

## Version `v0.27.14`

Expand Down Expand Up @@ -970,6 +976,7 @@
[github-1727]: https://github.com/JuliaDocs/Documenter.jl/pull/1727
[github-1743]: https://github.com/JuliaDocs/Documenter.jl/pull/1743
[github-1748]: https://github.com/JuliaDocs/Documenter.jl/pull/1748
[github-1750]: https://github.com/JuliaDocs/Documenter.jl/pull/1750
[github-1751]: https://github.com/JuliaDocs/Documenter.jl/pull/1751
[github-1752]: https://github.com/JuliaDocs/Documenter.jl/pull/1752
[github-1754]: https://github.com/JuliaDocs/Documenter.jl/pull/1754
Expand All @@ -981,6 +988,7 @@
[github-1771]: https://github.com/JuliaDocs/Documenter.jl/pull/1771
[github-1772]: https://github.com/JuliaDocs/Documenter.jl/issues/1772
[github-1773]: https://github.com/JuliaDocs/Documenter.jl/pull/1773
[github-1774]: https://github.com/JuliaDocs/Documenter.jl/pull/1774

[julia-38079]: https://github.com/JuliaLang/julia/issues/38079
[julia-39841]: https://github.com/JuliaLang/julia/pull/39841
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Documenter"
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
version = "0.27.14"
version = "0.27.15"

[deps]
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
Expand Down
6 changes: 3 additions & 3 deletions assets/html/scss/documenter/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ pre {
overflow: hidden;

code, code.hljs {
padding: 0 0.5rem;
padding: 0 0.5rem !important;
overflow: auto;
display: block;
}

code:first-of-type, code.hljs:first-of-type {
padding-top: 0.7rem;
padding-top: 0.7rem !important;
}

code:last-of-type, code.hljs:last-of-type {
padding-bottom: 0.7rem;
padding-bottom: 0.7rem !important;
}

.copy-button {
Expand Down
6 changes: 3 additions & 3 deletions assets/html/themes/documenter-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions assets/html/themes/documenter-light.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0dab4c

Please sign in to comment.