File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
# You can set these variables from the command line, and also
5
5
# from the environment for the first two.
6
6
SPHINXOPTS ?=
7
- SPHINXBUILD ?= "C:\Users\origi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts\ sphinx-build.exe"
7
+ SPHINXBUILD ?= sphinx-build
8
8
SOURCEDIR = .
9
9
BUILDDIR = _build
10
10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pushd %~dp0
5
5
REM Command file for Sphinx documentation
6
6
7
7
if " %SPHINXBUILD% " == " " (
8
- set SPHINXBUILD = C:\Users\origi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts\ sphinx-build
8
+ set SPHINXBUILD = sphinx-build
9
9
)
10
10
set SOURCEDIR = .
11
11
set BUILDDIR = _build
You can’t perform that action at this time.
0 commit comments