Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c3efb5

Browse files
nejchJohnVillalovos
authored andcommitted
chore(docs): ignore nitpicky warnings
1 parent048d66a commit1c3efb5

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)

[8]ページ先頭

©2009-2025 Movatter.jp