Replace the akka paradox theme with the standard one

This commit is contained in:
Matthew de Detrich 2023-01-07 13:31:41 +01:00 committed by Matthew de Detrich
parent 7e9d6dcee3
commit f48a88991e
2 changed files with 6 additions and 2 deletions

View file

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