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 048d66a commit 1c3efb5Copy full SHA for 1c3efb5
docs/conf.py
@@ -287,6 +287,7 @@ def setup(sphinx):
287
# If true, show URL addresses after external links.
288
# man_show_urls = False
289
290
+nitpick_ignore_regex = [(r"py:.*", r".*")]
291
292
# -- Options for Texinfo output -------------------------------------------
293
tox.ini
@@ -83,7 +83,7 @@ per-file-ignores =
83
84
[testenv:docs]
85
deps = -r{toxinidir}/requirements-docs.txt
86
-commands = sphinx-build -W --keep-going -b html docs build/sphinx/html
+commands = sphinx-build -n -W --keep-going -b html docs build/sphinx/html
87
88
[testenv:cover]
89
commands =
0 commit comments