mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove sphinx.builders.gettext
module from whitelist (#10798)
This commit is contained in:
parent
ba548f713e
commit
c5ae5855ae
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user