diff --git a/build.sbt b/build.sbt index 01c756d8c3..1b876582b5 100755 --- a/build.sbt +++ b/build.sbt @@ -168,7 +168,8 @@ lazy val docs = project Map( "github.base_url" -> "https://github.com/BlueBrain/nexus/tree/master", "project.version.short" -> "v1.8.x", - "git.branch" -> "v1.8.x" + "git.branch" -> "v1.8.x", + "version.old" -> "true" ), paradoxRoots := List("docs/index.html"), previewPath := "docs/index.html",