use pekko-sbt-paradox theme for docs (#156)

Fixes #153
This commit is contained in:
Johannes Rudolph 2023-02-10 09:55:33 +01:00 committed by GitHub
parent 31d7b03db3
commit b9de316961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 5 deletions

View file

@ -248,6 +248,7 @@ lazy val docs = pekkoModule("docs")
.settings(javacOptions += "-parameters") // for Jackson
.enablePlugins(
ParadoxPlugin,
PekkoParadoxPlugin,
PublishRsyncPlugin,
NoPublish,
ParadoxBrowse,