mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove unused SPHINXPROJ from new Makefile/make.bat.
This commit is contained in:
parent
169297d0b7
commit
f101bb6615
@ -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"),
|
||||
|
@ -4,7 +4,6 @@
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXPROJ = {{ project_fn }}
|
||||
SOURCEDIR = {{ rsrcdir }}
|
||||
BUILDDIR = {{ rbuilddir }}
|
||||
|
||||
|
@ -9,7 +9,6 @@ if "%SPHINXBUILD%" == "" (
|
||||
)
|
||||
set SOURCEDIR={{ rsrcdir }}
|
||||
set BUILDDIR={{ rbuilddir }}
|
||||
set SPHINXPROJ={{ project_fn }}
|
||||
|
||||
if "%1" == "" goto help
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user