Skip to content

Commit 3df28ea

Browse files
committed
Merge branch 'main' into release/0.3
2 parents 46541f9 + 500d99e commit 3df28ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
python -m pip install --upgrade pip
214214
pip install --upgrade build wheel
215215
pip install .[doc]
216+
# TODO - To be removed once it is published
217+
pip uninstall sphinx-autoapi
218+
pip install "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option"
216219
217220
- name: Login to GitHub Container Registry
218221
uses: docker/login-action@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ doc = [
8484
"pyvista[trame]==0.42.1",
8585
"requests==2.31.0",
8686
"sphinx==7.2.5",
87-
"sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option",
87+
"sphinx-autoapi==2.1.1", # "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option", ---> Installed directly in workflow
8888
"sphinx-autodoc-typehints==1.24.0",
8989
"sphinx-copybutton==0.5.2",
9090
"sphinx_design==0.5.0",

0 commit comments

Comments
 (0)