diff --git a/docs/Makefile b/docs/Makefile index 72df772a..ef166d7d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SPHINXPROJ = Moon +SPHINXPROJ = Sanic SOURCEDIR = . BUILDDIR = _build diff --git a/docs/make.bat b/docs/make.bat index edb4a680..54191087 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" ( ) set SOURCEDIR=. set BUILDDIR=_build -set SPHINXPROJ=Moon +set SPHINXPROJ=Sanic if "%1" == "" goto help