Merge pull request #4954 from anntzer/nosphinxproj

Remove unused SPHINXPROJ from new Makefile/make.bat.
This commit is contained in:
Takeshi KOMIYA
2018-05-11 22:43:02 +09:00
committed by GitHub
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