From 4c2a82305c3689d10bd107938cb69bad46fedda6 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:40:11 +0100 Subject: [PATCH] Bump to 6.0.0 beta2 --- sphinx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 07c61917017..85efe1de599 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -34,7 +34,7 @@ package_dir = path.abspath(path.dirname(__file__)) -_in_development = True +_in_development = False if _in_development: # Only import subprocess if needed import subprocess