Skip to content

Commit 37fc40d

Browse files
Merge branch 'doc/restructure' of https://github.com/ansys/pyansys-dev-guide into doc/restructure
2 parents 8d92b1f + 3c23304 commit 37fc40d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: "Check documentation style"
30-
uses: ansys/actions/doc-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1
30+
uses: ansys/actions/doc-style@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get install graphviz
4949
5050
- name: "Build project documentation"
51-
uses: ansys/actions/doc-build@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1
51+
uses: ansys/actions/doc-build@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2
5252
with:
5353
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5454
use-python-cache: false
@@ -61,7 +61,7 @@ jobs:
6161
if: github.event_name == 'pull_request'
6262
needs: doc-build
6363
steps:
64-
- uses: ansys/actions/doc-deploy-pr@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1
64+
- uses: ansys/actions/doc-deploy-pr@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2
6565
with:
6666
cname: ${{ env.DOCUMENTATION_CNAME }}
6767
token: ${{ secrets.GITHUB_TOKEN }}

doc/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,10 @@
213213
linkcheck_anchors_ignore = [
214214
# these anchors are picked by linkcheck as broken but they are not.
215215
"38-comments-and-docstrings",
216+
"the-light-format",
216217
# Permalink anchors are not supported by linkcheck
217218
"L[0-9]+(-L[0-9]+)?", # L9, L9-L10, L11-L12,etc.
219+
218220
]
219221

220222
linkcheck_anchors_ignore_for_url = ["https://github.com/ansys/ansys-api-template"]

0 commit comments

Comments
 (0)