diff --git a/doc/source/development/releases.rst b/doc/source/development/releases.rst
index 5ace24f9c088ce42ed96e79136fd0c51a4edb5c2..01778889eb7fcda7d94543ea70ad371370b4a764 100644
--- a/doc/source/development/releases.rst
+++ b/doc/source/development/releases.rst
@@ -124,4 +124,11 @@ Post-release activites
 An email will be sent to the release-announce mailing list about the new
 release.
 
-The release notes and documentation are built automatically via a webhook.
+The documentation on readthedocs is built automatically via a webhook.
+
+.. TODO: Setup RTD integration for release notes. This was attempted
+         previously but had issues with getting the zuul job to execute
+         twice with different webhook IDs, and broke the release pipeline.
+
+The release notes need to be rebuilt manually since there is no readthedocs
+webhook integration for these yet.
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index cca4c7305cba6cddb1b011682b768d9c70421829..8bad558c91d44f80902244dcc7de24d54fbc8136 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -31,22 +31,3 @@
         - kayobe-overcloud-upgrade-centos
         - kayobe-seed-centos
         - kayobe-seed-upgrade-centos
-
-    post:
-      jobs:
-        - trigger-readthedocs-webhook:
-            vars:
-              rtd_project_name: kayobe-release-notes
-              rtd_webhook_id: '74820'
-    pre-release:
-      jobs:
-        - trigger-readthedocs-webhook:
-            vars:
-              rtd_project_name: kayobe-release-notes
-              rtd_webhook_id: '74820'
-    release:
-      jobs:
-        - trigger-readthedocs-webhook:
-            vars:
-              rtd_project_name: kayobe-release-notes
-              rtd_webhook_id: '74820'