Skip to content

Commit 160a431

Browse files
committed
Add packaging.version.Version to sphinx nitpick ignore list.
1 parent 8239a2f commit 160a431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
autodoc_mock_imports = ['flux']
3232
nitpick_ignore = [
3333
('py:class', 'distutils.version.StrictVersion'),
34-
('py:class', 'distutils.version.Version')
34+
('py:class', 'distutils.version.Version'),
35+
('py:class', 'packaging.version.Version')
3536
]
3637

3738
if web_docs:

0 commit comments

Comments
 (0)