Skip to content

Commit

Permalink
Fix sphinx warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 23, 2021
1 parent d518452 commit c8b2424
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ini2toml/plugins/setuptools_pep621.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
chain_iter = chain.from_iterable

ENV_MARKER = re.compile(r";\s*(python|platform|implementation|os|sys)[_.]", re.M)
"""Simplified regex for :pep:`508` markers that can be used in `setup.cfg`_
.. _setup.cfg specs: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
""" # noqa
"""Simplified regex for :pep:`508` markers that can be used in ``setup.cfg``"""

# Functions that split values from comments and parse those values
split_list_comma = partial(split_list, sep=",", subsplit_dangling=False)
Expand Down

0 comments on commit c8b2424

Please sign in to comment.