Skip to content

Commit 5471998

Browse files
authored
Ignore RST299 warning in tesseroid example (#571)
Make CI happy by ignoring RST299 in one of the examples.
1 parent 61688d1 commit 5471998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gallery_src/forward/tesseroid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
tesseroid on a computation grid through the :func:`harmonica.tesseroid_gravity`
1616
function.
1717
18-
""" # noqa: RST399
18+
""" # noqa: RST399,RST299
1919
import boule as bl
2020
import pygmt
2121
import verde as vd

0 commit comments

Comments
 (0)