File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ extras =
9292 visualization
9393commands =
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
You can’t perform that action at this time.
0 commit comments