Remove sphinx.builders.gettext module from whitelist (#10798)

This commit is contained in:
danieleades 2022-09-09 02:35:59 +01:00 committed by GitHub
parent ba548f713e
commit c5ae5855ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -41,9 +41,6 @@ strict_optional = False
[mypy-sphinx.builders]
strict_optional = False
[mypy-sphinx.builders.gettext]
strict_optional = False
[mypy-sphinx.builders.html]
strict_optional = False

View File

@ -120,7 +120,6 @@ class I18nBuilder(Builder):
"""
name = 'i18n'
versioning_method = 'text'
versioning_compare: bool = None # be set by `gettext_uuid`
use_message_catalog = False
def init(self) -> None: