Skip to content

Commit

Permalink
Enhance Path Handling in Makefile (#1753)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vivek-04022001 authored Feb 22, 2024
1 parent 6182185 commit daabc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ YELLOW=`tput setaf 3`
# You can set these variables from the command line.
SPHINXOPTS ?=
# Internal variables.
SPHINXBUILD = $(realpath bin/sphinx-build)
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
SPHINXBUILD = "$(realpath bin/sphinx-build)"
SPHINXAUTOBUILD = "$(realpath bin/sphinx-autobuild)"
DOCS_DIR = ./docs/source/
BUILDDIR = ../_build/
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
Expand Down
1 change: 1 addition & 0 deletions news/1753.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enhanced Makefile paths to address whitespace compatibility issues. @Vivek-04022001

0 comments on commit daabc59

Please sign in to comment.