Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
  • Loading branch information
fredrikekre and mortenpi authored Oct 18, 2020
1 parent 34cf091 commit 4050ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version `v0.25.3`

* ![Bugfix][badge-bugfix] `Documenter.doctest` now correctly accepts the keyword `doctestfitlers` similar to `Documenter.makedocs`. ([#1364][github-1364], [#1435][github-1435])
* ![Bugfix][badge-bugfix] `Documenter.doctest` now correctly accepts the `doctestfilters` keyword, similar to `Documenter.makedocs`. ([#1364][github-1364], [#1435][github-1435])

## Version `v0.25.2`

Expand Down Expand Up @@ -654,7 +654,7 @@
[github-1389]: https://github.com/JuliaDocs/Documenter.jl/pull/1389
[github-1392]: https://github.com/JuliaDocs/Documenter.jl/pull/1392
[github-1400]: https://github.com/JuliaDocs/Documenter.jl/pull/1400
[github-1364]: https://github.com/JuliaDocs/Documenter.jl/pull/1364
[github-1364]: https://github.com/JuliaDocs/Documenter.jl/issues/1364
[github-1435]: https://github.com/JuliaDocs/Documenter.jl/pull/1435

[documenterlatex]: https://github.com/JuliaDocs/DocumenterLaTeX.jl
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.25.3"
version = "0.25.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ manual pages can be disabled if `source` is set to `nothing`.
**`testset`** specifies the name of test testset (default `Doctests`).
**`doctestfilters`** vector of regex to filter tests (see the manual on [Filtering Doctests](@ref)
**`doctestfilters`** vector of regex to filter tests (see the manual on [Filtering Doctests](@ref))
**`fix`**, if set to `true`, updates all the doctests that fail with the correct output
(default `false`).
Expand Down

0 comments on commit 4050ac2

Please sign in to comment.