Skip to content

Commit

Permalink
Update to the latest version of Documenter.jl (#285)
Browse files Browse the repository at this point in the history
* Update to the latest version of Documenter.jl

* Apply suggestions

* Apply suggestions
  • Loading branch information
eliascarv authored Jun 20, 2024
1 parent 1ecbd95 commit 766d8cf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 292 deletions.
3 changes: 0 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ PairPlots = "43a3c2be-4208-490b-832a-a21dcd55d7da"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"

[compat]
Documenter = "0.27"
15 changes: 2 additions & 13 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,18 @@ using DocumenterTools: Themes

using TransformsBase

Themes.compile(
joinpath(@__DIR__, "src/assets/light.scss"),
joinpath(@__DIR__, "src/assets/themes/documenter-light.css")
)
Themes.compile(joinpath(@__DIR__, "src/assets/dark.scss"), joinpath(@__DIR__, "src/assets/themes/documenter-dark.css"))

DocMeta.setdocmeta!(TableTransforms, :DocTestSetup, :(using TableTransforms); recursive=true)

# Workaround for GR warnings
ENV["GKSwstype"] = "100"

makedocs(;
warnonly=[:missing_docs, :cross_references],
modules=[TableTransforms, TransformsBase],
authors="Júlio Hoffimann <[email protected]> and contributors",
repo="https://github.com/JuliaML/TableTransforms.jl/blob/{commit}{path}#{line}",
sitename="TableTransforms.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://JuliaML.github.io/TableTransforms.jl",
assets=[
"assets/favicon.ico",
asset("https://fonts.googleapis.com/css?family=Montserrat|Source+Code+Pro&display=swap", class=:css)
]
repolink="https://github.com/JuliaML/TableTransforms.jl"
),
pages=[
"Home" => "index.md",
Expand Down
155 changes: 0 additions & 155 deletions docs/src/assets/dark.scss

This file was deleted.

121 changes: 0 additions & 121 deletions docs/src/assets/light.scss

This file was deleted.

2 changes: 2 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ The branches are placed in parallel with the `⊔` (`\sqcup<tab>`) operator.

```@docs
TransformsBase.SequentialTransform
TableTransforms.ParallelTableTransform
```

### Reverting transforms
Expand Down

0 comments on commit 766d8cf

Please sign in to comment.