From 8bc324609cd948c84d90762a6e9023b2712429a6 Mon Sep 17 00:00:00 2001 From: Ninad Kamat Date: Thu, 5 Oct 2023 15:11:17 -0500 Subject: [PATCH] FIX: Documentation fixes to disable link checking and intersphinx error (#613) --- .github/workflows/ci_cd.yml | 2 ++ doc/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 03af5d7e9c..14dac620a4 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 diff --git a/doc/source/conf.py b/doc/source/conf.py index 9e5e52c88e..1dd9380052 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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),