Merge pull request #429 from atoulme/fix_docs_build

fix docs build, disable for now
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml.disable
similarity index 95%
rename from .github/workflows/docs.yml
rename to .github/workflows/docs.yml.disable
index 84e4ccb..4534c81 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml.disable
@@ -1,5 +1,3 @@
-# FIXME docs build runs into OOMs. It will be fixed with the move to Java 17.
-
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,8 @@
 # limitations under the License.
 #
 
+# FIXME: breaks with https://github.com/Kotlin/dokka/issues/2572
+
 name: docs
 
 on: