Skip to content

Commit 8d70121

Browse files
authored
feat: change source of sphinx-autoapi repo (#745)
1 parent f1c4037 commit 8d70121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ goto end
3737
:html
3838
REM TODO: these lines of code should be removed once the feature branch is merged
3939
pip uninstall --yes sphinx-autoapi
40-
pip install "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option"
40+
pip install "sphinx-autoapi @ git+https://github.com/ansys/sphinx-autoapi@feat/single-page-option"
4141
REM TODO: these lines of code should be removed once the feature branch is merged
4242
%SPHINXBUILD% -M html %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
4343
%SPHINXBUILD% -M linkcheck %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%

0 commit comments

Comments
 (0)