summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-06-24 01:47:06 +0200
committerJohn Villalovos <john@sodarock.com>2022-06-23 22:03:59 -0700
commit1c3efb50bb720a87b95307f4d6642e3b7f28f6f0 (patch)
tree3b4a9152592fba8f6becbb83ef95f8cadeb0e039 /docs/conf.py
parent048d66af51cef385b22d223ed2a5cd30e2256417 (diff)
downloadgitlab-1c3efb50bb720a87b95307f4d6642e3b7f28f6f0.tar.gz
chore(docs): ignore nitpicky warnings
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 11b920e..13de175 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -287,6 +287,7 @@ man_pages = [
# If true, show URL addresses after external links.
# man_show_urls = False
+nitpick_ignore_regex = [(r"py:.*", r".*")]
# -- Options for Texinfo output -------------------------------------------