Skip to content

Commit 3c70228

Browse files
committed
Merge branch 'main' into docs/switch-to-ansys-sphinx-theme
2 parents 4fd2c9c + c6bdd37 commit 3c70228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pytest-sphinx==0.4.0
1414
pythreejs==2.3.0
1515
https://github.com/pyvista/pyvista/archive/main.zip # need latest
1616
sphinx-autobuild==2021.3.14
17-
sphinx-autodoc-typehints==1.18.1
17+
sphinx-autodoc-typehints==1.18.2
1818
sphinx-copybutton==0.5.0
1919
sphinx-gallery==0.10.1
2020
sphinx-notfound-page==0.8

src/ansys/mapdl/core/mapdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ def nplot(self, nnum="", vtk=None, **kwargs):
10321032
10331033
>>> mapdl.nplot(
10341034
... plot_bc=True,
1035-
... plot_labels=True,
1035+
... plot_bc_labels=True,
10361036
... bc_labels="mechanical",
10371037
... )
10381038

0 commit comments

Comments
 (0)