Skip to content

Commit

Permalink
Ignore distutils DeprecationWarning from Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 29, 2021
1 parent 57a8360 commit 4ae1ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -43,6 +43,7 @@ filterwarnings =
ignore:The `docutils\.parsers\.rst\.directive\.html` module will be removed:DeprecationWarning
ignore:'contextfunction' is renamed to 'pass_context':DeprecationWarning
ignore:'environmentfilter' is renamed to 'pass_environment':DeprecationWarning
ignore:distutils Version classes are deprecated:DeprecationWarning

[flake8]
max-line-length = 125
Expand Down

0 comments on commit 4ae1ae4

Please sign in to comment.