Skip to content

Commit f32f3c6

Browse files
committed
Merge branch 'main' into release/0.64
2 parents 4c9ec50 + 71d326f commit f32f3c6

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: "PyAnsys documentation style checks"
52-
uses: pyansys/actions/doc-style@v3.0.8
52+
uses: pyansys/actions/doc-style@v4
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

@@ -71,7 +71,7 @@ jobs:
7171
os: macos-latest
7272
steps:
7373
- name: "Build wheelhouse and perform smoke test"
74-
uses: pyansys/actions/build-wheelhouse@v3.0.8
74+
uses: pyansys/actions/build-wheelhouse@v4
7575
with:
7676
library-name: ${{ env.PACKAGE_NAME }}
7777
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
@@ -616,7 +616,7 @@ jobs:
616616
needs: [release]
617617
steps:
618618
- name: Deploy the stable documentation
619-
uses: pyansys/actions/doc-deploy-stable@v3.0.8
619+
uses: pyansys/actions/doc-deploy-stable@v4
620620
with:
621621
cname: ${{ env.DOCUMENTATION_CNAME }}
622622
token: ${{ secrets.GITHUB_TOKEN }}

doc/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,9 @@
214214
},
215215
],
216216
"switcher": {
217-
"json_url": f"https://{cname}/release/versions.json",
217+
"json_url": f"https://{cname}/versions.json",
218218
"version_match": get_version_match(__version__),
219219
},
220-
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
221220
}
222221

223222
html_context = {

doc/source/links.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,26 @@
8383
.. _pymapdl_main: pymapdl_docs_
8484
.. _pymapdl_pypi: https://pypi.org/project/ansys-mapdl-core/
8585
.. _pymapdl_releases: https://github.com/pyansys/pymapdl/releases
86-
.. _pymapdl_run_ubuntu: https://mapdl.docs.pyansys.com/dev/user_guide/troubleshoot.html#ubuntu
86+
.. _pymapdl_run_ubuntu: https://mapdl.docs.pyansys.com/version/dev/user_guide/troubleshoot.html#ubuntu
8787
.. _pymapdl_issues: https://github.com/pyansys/pymapdl/issues
8888
.. _pymapdl_repo: https://github.com/pyansys/pymapdl
89-
.. _pymapdl_docs: https://mapdl.docs.pyansys.com/dev/
90-
.. _pymapdl_dev_docs: https://mapdl.docs.pyansys.com/dev/
89+
.. _pymapdl_docs: https://mapdl.docs.pyansys.com/version/stable/
90+
.. _pymapdl_dev_docs: https://mapdl.docs.pyansys.com/version/dev/
9191
.. _pymapdl_discussions: https://github.com/pyansys/PyMAPDL/discussions
9292
.. _pymapdl_cheatsheet: ./_assets/Cheat_Sheet_PyMAPDL.pdf
9393
.. _pymapdl_tests: https://github.com/pyansys/pymapdl/tree/main/tests
9494
.. _pymapdl_test_math: https://github.com/pyansys/pymapdl/blob/main/tests/test_math.py
95-
.. _pymapdl_user_guide_math: https://mapdl.docs.pyansys.com/dev/user_guide/math.html
95+
.. _pymapdl_user_guide_math: https://mapdl.docs.pyansys.com/version/dev/user_guide/math.html
9696
.. _licensing_guide_pdf: ./_assets/lic_guide.pdf
9797
.. _mapdl_fixture: https://github.com/pyansys/pymapdl/blob/fb5fb8b6201253f1bd56bdabee60a29abee8c7d8/tests/conftest.py#L254
9898
.. _pymapdl_examples: https://github.com/pyansys/pymapdl/tree/main/examples
9999
.. _pymapdl_2d_plate_with_a_hole: https://github.com/pyansys/pymapdl/blob/main/examples/00-mapdl-examples/2d_plate_with_a_hole.py
100-
.. _pymapdl_doc_2d_plate_with_a_hole: https://mapdl.docs.pyansys.com/dev/examples/gallery_examples/00-mapdl-examples/2d_plate_with_a_hole.html
101-
.. _pymapdl_doc_krylov_example: https://dev.mapdl.docs.pyansys.com/dev/examples/extended_examples/Krylov/krylov_example.html
100+
.. _pymapdl_doc_2d_plate_with_a_hole: https://mapdl.docs.pyansys.com/version/stable/examples/gallery_examples/00-mapdl-examples/2d_plate_with_a_hole.html
101+
.. _pymapdl_doc_krylov_example: https://dev.mapdl.docs.pyansys.com/version/stable/examples/extended_examples/Krylov/krylov_example.html
102102
.. _pymapdl_doc_krylov_example_rst: https://raw.githubusercontent.com/pyansys/pymapdl/main/doc/source/examples/extended_examples/Krylov/krylov_example.rst
103103
.. _pymapdl_doc_source: https://github.com/pyansys/pymapdl/tree/main/doc/source
104104
.. _pymapdl_techdemo_28_rst: https://raw.githubusercontent.com/pyansys/pymapdl-examples/main/doc/source/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.rst
105-
.. _pymapdl_techdemo_28: https://examples.mapdl.docs.pyansys.com/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.html
105+
.. _pymapdl_techdemo_28: https://examples.mapdl.docs.pyansys.com/version/stable/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.html
106106
.. _pymapdl_docker_dir: https://github.com/pyansys/pymapdl/blob/main/docker
107107
.. _pymapdl_docker_compose_base: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.yml
108108
.. _pymapdl_docker_compose_local: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.local.yml

0 commit comments

Comments
 (0)