We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920828f commit 4c2a823Copy full SHA for 4c2a823
sphinx/__init__.py
@@ -34,7 +34,7 @@
34
35
package_dir = path.abspath(path.dirname(__file__))
36
37
-_in_development = True
+_in_development = False
38
if _in_development:
39
# Only import subprocess if needed
40
import subprocess
0 commit comments