summaryrefslogtreecommitdiffstats
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0279f786..238de16f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -283,3 +283,17 @@ linkcheck_ignore = [
"https://gitorious.org",
]
linkcheck_timeout = 300
+
+nitpicky = True
+nitpick_ignore = [
+ ("py:class", "jenkins_jobs.modules.project_multijob.MultiJob"),
+ ("py:func", "jenkins_jobs.modules.builders.multijob"),
+ ("py:obj", "bool"),
+ ("py:obj", "dict"),
+ ("py:obj", "float"),
+ ("py:obj", "int"),
+ ("py:obj", "list"),
+ ("py:obj", "str"),
+ ("py:obj", "Element"),
+ ("py:obj", "YAMLParser"),
+]