Skip to content

Commit

Permalink
fix sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Jun 17, 2024
1 parent 8fd40ee commit b5a907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ unit square:
.. plot::

from skfem import *
MeshTri().refined(3).draw(boundaries=True)
MeshTri().refined(3).with_default_tags().draw(boundaries=True)


Step 4: Define a basis
Expand Down

0 comments on commit b5a907a

Please sign in to comment.