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 dac2d8b commit f974137Copy full SHA for f974137
sphinx/__init__.py
@@ -27,7 +27,7 @@
27
package_dir: Final = _StrPath(__file__).resolve().parent
28
del _StrPath
29
30
-_in_development = False
+_in_development = True
31
if _in_development:
32
# Only import subprocess if needed
33
import subprocess
0 commit comments