Skip to content

Commit

Permalink
FIX: Documentation fixes to disable link checking and intersphinx err…
Browse files Browse the repository at this point in the history
…or (#613)
  • Loading branch information
ninad-kamat authored Oct 5, 2023
1 parent e16cc75 commit 8bc3246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:

- name: "Run Ansys documentation building action"
uses: ansys/actions/doc-build@v4
with:
check-links: false
env:
PYPRIMEMESH_LAUNCH_CONTAINER: 1
PYPRIMEMESH_SPHINX_BUILD: 1
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"python": ("https://docs.python.org/3.11", None),
# kept here as an example
# "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
# "numpy": ("https://numpy.org/devdocs", None),
Expand Down

0 comments on commit 8bc3246

Please sign in to comment.