diff options
Diffstat (limited to 'sphinx/make_mode.py')
-rw-r--r-- | sphinx/make_mode.py | 2 |
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"), |