Skip to content

Commit bdf0e46

Browse files
docs: update docs links and check-swicher (#89)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent d950946 commit bdf0e46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To install the latest development version of PyWorkbench, use the following comm
4646
cd pyworkbench
4747
pip install -e .
4848
49-
For more information, see `Getting started <https://workbench.docs.pyansys.com/version/dev/getting-started.html>`_
49+
For more information, see `Getting started <https://workbench.docs.pyansys.com/version/stable/getting-started.html>`_
5050
in the PyWorkbench documentation.
5151

5252
Documentation and issues
@@ -57,13 +57,13 @@ Documentation of the latest stable release of PyWorkbench can be found at
5757

5858
The documentation has these sections:
5959

60-
- `Getting started <https://workbench.docs.pyansys.com/version/dev/getting-started.html>`_: Learn
60+
- `Getting started <https://workbench.docs.pyansys.com/version/stable/getting-started.html>`_: Learn
6161
how to install PyWorkbench and connect to Workbench.
62-
- `User guide <https://workbench.docs.pyansys.com/version/dev/user-guide.html>`_: Understand key
62+
- `User guide <https://workbench.docs.pyansys.com/version/stable/user-guide.html>`_: Understand key
6363
concepts and approaches for using PyWorkbench with the Workbench gRPC service.
6464
- `API reference <https://workbench.docs.pyansys.com/version/stable/api/index.html>`_: Understand
6565
how to use Python to interact programmatically with PyWorkbench.
66-
- `Examples <https://workbench.docs.pyansys.com/version/dev/examples.html>`_: Explore examples that
66+
- `Examples <https://workbench.docs.pyansys.com/version/stable/examples.html>`_: Explore examples that
6767
show how to use PyWorkbench to create custom applications, automate your existing Workbench
6868
workflows, and integrate with other popular tools in the Python ecosystem.
6969

doc/changelog.d/89.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: update docs links and `check-swicher`

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"json_url": f"https://{cname}/versions.json",
4545
"version_match": switcher_version,
4646
},
47-
"check_switcher": False,
4847
"github_url": "https://github.com/ansys/pyworkbench",
4948
"show_prev_next": False,
5049
"show_breadcrumbs": True,

0 commit comments

Comments
 (0)