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 7e73faa commit 684ed56Copy full SHA for 684ed56
sphinx/__init__.py
@@ -2,7 +2,7 @@
2
3
from __future__ import annotations
4
5
-__version__ = '8.2.0'
+__version__ = '8.2.0rc2'
6
__display_version__ = __version__ # used for command line version
7
8
# Keep this file executable as-is in Python 3!
@@ -38,7 +38,7 @@
38
39
package_dir = _StrPath(__file__).resolve().parent
40
41
-_in_development = True
+_in_development = False
42
if _in_development:
43
# Only import subprocess if needed
44
import subprocess
0 commit comments