Docs: Fix various sphinx warnings

This commit is contained in:
Raphael Michel
2024-10-25 21:58:14 +02:00
parent 6e0613a2af
commit 5795aa6492
12 changed files with 24 additions and 12 deletions
+1
View File
@@ -17,6 +17,7 @@ First, you need to declare that you are using non-essential cookies by respondin
signal:
.. automodule:: pretix.presale.signals
:no-index:
:members: register_cookie_providers
You are expected to return a list of ``CookieProvider`` objects instantiated from the following class: