Skip to content

Commit

Permalink
Update doc build instructions (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
aepanchi authored Apr 19, 2024
1 parent 5155e9f commit bd0f1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = doc
SOURCEDIR = .
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
Expand Down
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=doc
set SOURCEDIR=.
set BUILDDIR=build

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

0 comments on commit bd0f1f9

Please sign in to comment.