summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-07 12:02:52 +0900
committerGitHub <noreply@github.com>2020-03-07 12:02:52 +0900
commit0e89979355c6c88adb960a7272c633d5afd34e67 (patch)
tree3dbe9409e364fd986f3702767d2a7d483abaec4e
parentc8f81c015007d56503dd620e26cb9195def9aea9 (diff)
parentfbd111cfd13aaa9fe0af95e20d3220df52557803 (diff)
downloadsphinx-git-0e89979355c6c88adb960a7272c633d5afd34e67.tar.gz
Merge pull request #7265 from blueyed/rm-SPHINXPROJ
doc/{Makefile,make.bat}: remove unused SPHINXPROJ
-rw-r--r--doc/Makefile1
-rw-r--r--doc/make.bat1
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