Skip to content

Commit 00280c0

Browse files
authored
Fix typo in "Skip packageDoc" section (#1705)
Setting needs to be set in the `Compile` configuration, not the `compile` task.
1 parent ee39b47 commit 00280c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sphinx/formats/universal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ this behaviour, add this to your ``build.sbt``
323323

324324
.. code-block:: scala
325325
326-
compile / packageDoc / mappings := Seq()
326+
Compile / packageDoc / mappings := Seq()
327327
328328
Source `issue 651`_.
329329

0 commit comments

Comments
 (0)