diff --git a/.gitignore b/.gitignore index 7f559fa..1d68de1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -doc/build/ +doc/_build/ /.idea/.gitignore /.idea/misc.xml /.idea/modules.xml diff --git a/doc/Makefile b/doc/Makefile index ed88099..d4bb2cb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SOURCEDIR = . -BUILDDIR = build +BUILDDIR = _build # Put it first so that "make" without argument is like "make help". help: diff --git a/doc/conf.py b/doc/conf.py index fd8fa17..ef68c0d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -6,7 +6,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'A Shaderboy Collection' +project = "A Shaderboy's Collection" copyright = '2024, papadanku' author = 'papadanku' @@ -16,7 +16,9 @@ extensions = [] templates_path = ['_templates'] -exclude_patterns = [] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] + + # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output diff --git a/doc/make.bat b/doc/make.bat index 207019d..954237b 100644 --- a/doc/make.bat +++ b/doc/make.bat @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. -set BUILDDIR=build +set BUILDDIR=_build %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 (