Skip to content

Commit 23a444f

Browse files
pylint: allow sphinx constants
Lowercase constants are the part of sphinx API, we cannot rename them. Part of #270
1 parent de83057 commit 23a444f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#
99
# All configuration values have a default; values that are commented out
1010
# serve to show the default.
11+
# pylint: disable=invalid-name
1112

1213
import sys, os
1314

0 commit comments

Comments
 (0)