Skip to content

Commit 91ee0e3

Browse files
committed
Disable docs, mdoc not working
1 parent 0cf4c9b commit 91ee0e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ lazy val core = (crossProject(JSPlatform, JVMPlatform)
116116
})
117117
)
118118

119-
119+
/*
120120
lazy val docs = (crossProject(JVMPlatform)
121121
.crossType(CrossType.Pure) in file("core-docs")) // new documentation project
122122
.settings(
@@ -130,6 +130,7 @@ lazy val docs = (crossProject(JVMPlatform)
130130
.jvmSettings(
131131
crossScalaVersions := Seq(scala213Version)
132132
)
133+
*/
133134

134135
skip in publish := true
135136
sonatypeProfileName := "com.github.EmergentOrder"

0 commit comments

Comments
 (0)