Skip to content

Commit f974137

Browse files
committed
Bump version
1 parent dac2d8b commit f974137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
package_dir: Final = _StrPath(__file__).resolve().parent
2828
del _StrPath
2929

30-
_in_development = False
30+
_in_development = True
3131
if _in_development:
3232
# Only import subprocess if needed
3333
import subprocess

0 commit comments

Comments
 (0)