Browse Source

Get rid of sphinx warning

Peter Justin 3 years ago
parent
commit
f343718722
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/development/api/authentication.rst

+ 2 - 0
docs/development/api/authentication.rst

@@ -43,6 +43,7 @@ Reauthentication Interfaces
 ---------------------------
 
 .. module:: flaskbb.core.auth.authentication
+   :noindex:
 
 .. autoclass:: ReauthenticateManager
    :members:
@@ -75,6 +76,7 @@ Exceptions
 ----------
 
 .. module:: flaskbb.core.auth.authentication
+   :noindex:
 
 .. autoexception:: StopAuthentication
 .. autoexception:: ForceLogout