Remove unused SPHINXPROJ from new Makefile/make.bat.

This commit is contained in:
Antony Lee 2018-05-10 13:23:45 -07:00
parent 169297d0b7
commit f101bb6615
3 changed files with 0 additions and 4 deletions

View File

@ -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"),

View File

@ -4,7 +4,6 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = {{ project_fn }}
SOURCEDIR = {{ rsrcdir }}
BUILDDIR = {{ rbuilddir }}

View File

@ -9,7 +9,6 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR={{ rsrcdir }}
set BUILDDIR={{ rbuilddir }}
set SPHINXPROJ={{ project_fn }}
if "%1" == "" goto help