Skip to content

Commit bf88621

Browse files
committed
docs: remove forced install of ansys sphinx-autoapi fork
- The fork stopped updating at 3.0.0, which is incompatible with latest autoapi versions.
1 parent 5f6e4a2 commit bf88621

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

doc/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ help:
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

doc/make.bat

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ if "%SPHINXBUILD%" == "" (
1010
set SOURCEDIR=source
1111
set 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-
2013
if "%1" == "" goto help
2114
if "%1" == "clean" goto clean
2215
if "%1" == "pdf" goto pdf

0 commit comments

Comments
 (0)