Skip to content

Commit feb26c3

Browse files
committed
Fix link to setuptools-scm documentation about Sphinx usage
1 parent 820944f commit feb26c3

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
@@ -32,7 +32,7 @@
3232
# built documents.
3333
#
3434
# Use ``importlib.metadata.version`` as per
35-
# https://github.com/pypa/setuptools_scm#usage-from-sphinx.
35+
# https://setuptools-scm.readthedocs.io/en/latest/usage/#usage-from-sphinx
3636
version = importlib.metadata.version(distribution_name=project)
3737
_month, _day, _year, *_ = version.split(".")
3838
release = f"{_month}.{_day}.{_year}"

0 commit comments

Comments
 (0)