Skip to content

Commit b9f8f7c

Browse files
committed
Use one more kwarg
1 parent c886182 commit b9f8f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# This method of getting the release from the version goes hand in hand with
4040
# the ``post-release`` versioning scheme chosen in the ``setuptools-scm``
4141
# configuration.
42-
release = version.split(".post")[0]
42+
release = version.split(sep=".post")[0]
4343

4444

4545
project_metadata = importlib.metadata.metadata(distribution_name=project)

0 commit comments

Comments
 (0)