Skip to content

Commit 4c2a823

Browse files
committed
Bump to 6.0.0 beta2
1 parent 920828f commit 4c2a823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
package_dir = path.abspath(path.dirname(__file__))
3636

37-
_in_development = True
37+
_in_development = False
3838
if _in_development:
3939
# Only import subprocess if needed
4040
import subprocess

0 commit comments

Comments
 (0)