summaryrefslogtreecommitdiff
path: root/sphinx/make_mode.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/make_mode.py')
-rw-r--r--sphinx/make_mode.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/make_mode.py b/sphinx/make_mode.py
index 23fb4ce64..ae19e93ee 100644
--- a/sphinx/make_mode.py
+++ b/sphinx/make_mode.py
@@ -30,8 +30,6 @@ if False:
# For type annotation
from typing import List # NOQA
-proj_name = os.getenv('SPHINXPROJ', '<project>')
-
BUILDERS = [
("", "html", "to make standalone HTML files"),