Skip to content

Commit

Permalink
Update documentation build path
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Aug 15, 2024
1 parent 8c2adcd commit ed096f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = paradigma
SOURCEDIR = .
BUILDDIR = _build
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set BUILDDIR=build
set SPHINXPROJ=paradigma

if "%1" == "" goto help
Expand Down

0 comments on commit ed096f9

Please sign in to comment.