Skip to content

Commit 5f0120d

Browse files
authored
Ignore documentation errors in Sphinx config (#183)
1 parent 8769b1e commit 5f0120d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ni_python_styleguide/config.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ ignore =
115115
per-file-ignores=
116116
# We want to ignore missing docstrings in test methods as they are self documenting
117117
tests/**/test_*.py,tests/test_*.py:D100,D103,D102
118+
# We don't need to document every Sphinx config
119+
docs/conf.py:D1
118120
# __init__.py files routinely import other modules without directly using them
119121
__init__.py:F401
120122

0 commit comments

Comments
 (0)