Skip to content

Commit 28ea25b

Browse files
committed
ci: restore auto in CI/CD
1 parent 725c7ef commit 28ea25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def get_images_directories_from_path(path):
226226
f"https://github.com/{user_repo}/*",
227227
"https://www.ansys.com/*"
228228
# TODO: link works as expected despite linkcheck complains
229-
"https://help.agi.com/stk/12.7.1/index.htm#stk/importfiles-02.htm"
229+
"https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm"
230230
]
231231

232232

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ extras =
9292
visualization
9393
commands =
9494
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/linkcheck" --color -vW -b linkcheck -j auto
95-
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/html" --color -vW -b html -j 1
95+
sphinx-build -d "{toxworkdir}/doc_doctree" doc/source "{toxinidir}/doc/_build/html" --color -vW -b html -j auto
9696

9797
# The following environments are only for development purposes. Do not use in CI/CD.
9898
# Using these during a CI/CD can lead to unexpected issues due to a Docker-In-Docker

0 commit comments

Comments
 (0)