diff --git a/doc/source/conf.py b/doc/source/conf.py index 5f8bca91d..85345d1e4 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -196,12 +196,15 @@ # Linkcheck configuration linkcheck_ignore = [ - "https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi", # Private URL hosting PyAnsys packages - "https://github.com/ansys-internal/.*", # Private URL - "https://myapps.microsoft.com/signin/8f67c59b-83ac-4318-ae96-f0588382ddc0?tenantId=34c6ce67-15b8-4eff-80e9-52da8be89706", # Join Ansys GitHub account - "https://myapps.microsoft.com/signin/42c0fa04-03f2-4407-865e-103af6973dae?tenantId=34c6ce67-15b8-4eff-80e9-52da8be89706", # Join Ansys internal GitHub account - "https://opensource.org/licenses/MIT", # Prevented from access - "https://www.gnu.org/software/make/", # Prevented from access + # Needs user authentication + "https://myapps.microsoft.com/signin/8f67c59b-83ac-4318-ae96-f0588382ddc0?tenantId=34c6ce67-15b8-4eff-80e9-52da8be89706", + "https://myapps.microsoft.com/signin/42c0fa04-03f2-4407-865e-103af6973dae?tenantId=34c6ce67-15b8-4eff-80e9-52da8be89706", + "https://opensource.org/licenses/MIT", + "https://www.gnu.org/software/make/", + # Private links + "https://github.com/ansys-internal/.*", + "https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi", + "https://forms.office.com/r/HwZm15ApKQ", ] # Linkcheck ignore broken anchors diff --git a/doc/source/getting-started/administration.rst b/doc/source/getting-started/administration.rst index a345ed688..ec13a213b 100644 --- a/doc/source/getting-started/administration.rst +++ b/doc/source/getting-started/administration.rst @@ -9,7 +9,7 @@ First step ---------- To trigger the public release process, project leads must first complete the -`Release request workflow initiation form `_. +`open source request form`_. This form lets the different parties involved in the public release process know that there is a request to release a project. If your intent is to release an Ansys open diff --git a/doc/source/links.rst b/doc/source/links.rst index 48eca8da8..34095f2b9 100644 --- a/doc/source/links.rst +++ b/doc/source/links.rst @@ -36,6 +36,7 @@ .. _ansys_help: https://ansyshelp.ansys.com .. _join_ansys_organization: https://myapps.microsoft.com/signin/8f67c59b-83ac-4318-ae96-f0588382ddc0?tenantId=34c6ce67-15b8-4eff-80e9-52da8be89706 .. _join_ansys_internal_organization: https://myapps.microsoft.com/signin/42c0fa04-03f2-4407-865e-103af6973dae?tenantId=34c6ce67-15b8-4eff-80e9-52da8be89706 +.. _open source request form: https://forms.office.com/r/HwZm15ApKQ .. #PyAnsys repositories .. _ansys-api-mapdl: https://pypi.org/project/ansys-api-mapdl/ @@ -199,4 +200,4 @@ .. _setuptools_repo: https://pypi.org/project/setuptools/ .. _setuptools metadata fields: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#declarative-config .. _PyPI Trusted Publisher: https://docs.pypi.org/trusted-publishers/ -.. _PyPI API token: https://pypi.org/help/#apitoken \ No newline at end of file +.. _PyPI API token: https://pypi.org/help/#apitoken