Skip to content

Commit 0a547e0

Browse files
authored
maint: update comment in conf.py (#1367)
update comment [ci skip]
1 parent ade8e4a commit 0a547e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
exclude_patterns = ["auto_examples/index.rst", "_build", "Thumbs.db", ".DS_Store"]
116116

117117
nitpick_ignore_regex = [
118-
# needs https://github.com/sphinx-doc/sphinx/issues/13178
118+
# TODO can be removed when min. Sphinx version is 8.2
119119
("py:class", r".*pathlib\._local\.Path"),
120120
]
121121

0 commit comments

Comments
 (0)