We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce2609 commit 53a5c84Copy full SHA for 53a5c84
docs/conf.py
@@ -21,7 +21,7 @@
21
html_theme = "sphinx_rtd_theme"
22
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
23
linkcheck_ignore = [r"https://github.com/.*#.*"]
24
-nitpick_ignore_regex = [("py:class", r"^uwtools\..*")]
+nitpick_ignore_regex = [("py:class", r"^uwtools\..*"), ("py:class", "f90nml.Namelist")]
25
numfig = True
26
numfig_format = {"figure": "Figure %s"}
27
project = "Unified Workflow Tools"
0 commit comments