We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ccd0 commit 628442eCopy full SHA for 628442e
sphinx/__init__.py
@@ -13,16 +13,16 @@
13
if TYPE_CHECKING:
14
from typing import Final
15
16
-__version__: Final = '8.3.0'
17
-__display_version__: Final = __version__ # used for command line version
18
-
19
warnings.filterwarnings(
20
'ignore',
21
'The frontend.Option class .*',
22
DeprecationWarning,
23
module='docutils.frontend',
24
)
25
+__version__: Final = '8.3.0'
+__display_version__: Final = __version__ # used for command line version
+
26
#: Version info for better programmatic use.
27
#:
28
#: A tuple of five elements; for Sphinx version 1.2.1 beta 3 this would be
0 commit comments