File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 1313
1414.PHONY : help Makefile
1515
16- .install-deps :
17- @pip freeze | grep -q " sphinx-autoapi @ git+https://github.com/ansys/sphinx-autoapi" && is_custom_sphinx_autoapi_installed=" yes" || is_custom_sphinx_autoapi_installed=" no"
18- @if [ " $$ is_custom_sphinx_autoapi_installed" != " yes" ]; then \
19- pip uninstall --yes sphinx-autoapi; \
20- pip install " sphinx-autoapi @ git+https://github.com/ansys/sphinx-autoapi@feat/single-page-stable" ; \
21- fi
22-
2316# Catch-all target: route all unknown targets to Sphinx using the new
2417# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2518% : Makefile
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ if "%SPHINXBUILD%" == "" (
1010set SOURCEDIR = source
1111set BUILDDIR = _build
1212
13- REM TODO: these lines of code should be removed once the feature branch is merged
14- for /f %%i in ('pip freeze ^ | findstr /c:" sphinx-autoapi @ git+https://github.com/ansys/sphinx-autoapi" ') do set is_custom_sphinx_autoapi_installed = %%i
15- if NOT " %is_custom_sphinx_autoapi_installed% " == " sphinx-autoapi" (
16- pip uninstall --yes sphinx-autoapi
17- pip install " sphinx-autoapi @ git+https://github.com/ansys/sphinx-autoapi@feat/single-page-stable" )
18- REM TODO: these lines of code should be removed once the feature branch is merged
19-
2013if " %1 " == " " goto help
2114if " %1 " == " clean" goto clean
2215if " %1 " == " pdf" goto pdf
You can’t perform that action at this time.
0 commit comments