@@ -96,14 +96,22 @@ GitLab
96
96
Gitea
97
97
~~~~~
98
98
99
+ These instructions apply to any Gitea instance.
100
+
99
101
.. warning ::
100
102
101
103
This isn't officially supported, but using the "GitHub webhook" is an effective workaround,
102
104
because Gitea uses the same payload as GitHub. The generic webhook is not compatibile with Gitea.
105
+ See `issue #8364 `_ for more details. Official support may be implemented in the future.
103
106
104
- * Manually create a "GitHub webhook" integration on Read the Docs
107
+ On Read the Docs:
108
+
109
+ * Manually create a "GitHub webhook" integration
105
110
(this will show a warning about the webhook not being correctly set up,
106
111
that will go away when the webhook is configured in Gitea)
112
+
113
+ On your Gitea instance:
114
+
107
115
* Go to the :guilabel: `Settings ` > :guilabel: `Webhooks ` page for your project on your Gitea instance
108
116
* Create a new webhook of type "Gitea"
109
117
* For **URL **, use the URL of the integration on Read the Docs,
@@ -117,9 +125,11 @@ Gitea
117
125
* Ensure **Active ** is enabled; it is by default
118
126
* Finish by clicking **Add Webhook **
119
127
* Test the webhook with :guilabel: `Delivery test `
120
- * On Read the Docs, check that the warnings have disappeared and the delivery test triggered a build
121
128
122
- These instructions apply to any Gitea instance.
129
+ Finally, on Read the Docs, check that the warnings have disappeared
130
+ and the delivery test triggered a build.
131
+
132
+ .. _issue #8364 : https://github.com/readthedocs/readthedocs.org/issues/8364
123
133
124
134
.. _webhook-integration-generic :
125
135
0 commit comments