Skip to content

Commit 53a5c84

Browse files
committed
Ignore Sphinx complaint about f90nml.Namelist docs
1 parent 6ce2609 commit 53a5c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
html_theme = "sphinx_rtd_theme"
2222
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
2323
linkcheck_ignore = [r"https://github.com/.*#.*"]
24-
nitpick_ignore_regex = [("py:class", r"^uwtools\..*")]
24+
nitpick_ignore_regex = [("py:class", r"^uwtools\..*"), ("py:class", "f90nml.Namelist")]
2525
numfig = True
2626
numfig_format = {"figure": "Figure %s"}
2727
project = "Unified Workflow Tools"

0 commit comments

Comments
 (0)