diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-07 12:02:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 12:02:52 +0900 |
commit | 0e89979355c6c88adb960a7272c633d5afd34e67 (patch) | |
tree | 3dbe9409e364fd986f3702767d2a7d483abaec4e | |
parent | c8f81c015007d56503dd620e26cb9195def9aea9 (diff) | |
parent | fbd111cfd13aaa9fe0af95e20d3220df52557803 (diff) | |
download | sphinx-git-0e89979355c6c88adb960a7272c633d5afd34e67.tar.gz |
Merge pull request #7265 from blueyed/rm-SPHINXPROJ
doc/{Makefile,make.bat}: remove unused SPHINXPROJ
-rw-r--r-- | doc/Makefile | 1 | ||||
-rw-r--r-- | doc/make.bat | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index d90ae0881..84eafdbe1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,6 @@ PYTHON ?= python3 # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = $(PYTHON) ../sphinx/cmd/build.py -SPHINXPROJ = sphinx SOURCEDIR = . BUILDDIR = _build diff --git a/doc/make.bat b/doc/make.bat index 1e6dc991e..4bc6ddb9a 100644 --- a/doc/make.bat +++ b/doc/make.bat @@ -7,7 +7,6 @@ if "%SPHINXBUILD%" == "" ( )
set SOURCEDIR=.
set BUILDDIR=_build
-set SPHINXPROJ=sphinx-doc
if "%1" == "" goto help
|