Skip to content

Commit 1c3efb5

Browse files
nejchJohnVillalovos
authored andcommitted
chore(docs): ignore nitpicky warnings
1 parent 048d66a commit 1c3efb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def setup(sphinx):
287287
# If true, show URL addresses after external links.
288288
# man_show_urls = False
289289

290+
nitpick_ignore_regex = [(r"py:.*", r".*")]
290291

291292
# -- Options for Texinfo output -------------------------------------------
292293

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ per-file-ignores =
8383

8484
[testenv:docs]
8585
deps = -r{toxinidir}/requirements-docs.txt
86-
commands = sphinx-build -W --keep-going -b html docs build/sphinx/html
86+
commands = sphinx-build -n -W --keep-going -b html docs build/sphinx/html
8787

8888
[testenv:cover]
8989
commands =

0 commit comments

Comments
 (0)