Skip to content

Commit 02f33ee

Browse files
committed
Remove URL from docs footer
1 parent 4451cca commit 02f33ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ qbeastSpark / Compile / doc / scalacOptions ++= Seq(
3030
"-doc-version",
3131
qbeast_spark_version,
3232
"-doc-footer",
33-
"Copyright 2022 Qbeast - Docs for version " + qbeast_spark_version +
34-
" of qbeast-spark - https://github.com/Qbeast-io/qbeast-spark/")
33+
"Copyright 2022 Qbeast - Docs for version " + qbeast_spark_version + " of qbeast-spark")
3534

3635
lazy val qbeastSparkNodep = (project in file("nodep"))
3736
.settings(name := "qbeast-spark-nodep", Compile / packageBin := (qbeastSpark / assembly).value)

0 commit comments

Comments
 (0)