mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-19 20:52:22 +02:00
Fix `ModuleNotFoundError: No module named 'pkg_resources'` error when building with setuptools 82. Also edit source url variable expansion for linter. Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/18025
12 lines
259 B
Diff
12 lines
259 B
Diff
diff -rupN a/docs/conf.py b/docs/conf.py
|
|
--- a/docs/conf.py 2021-05-30 20:12:13.000000000 +0000
|
|
+++ b/docs/conf.py 2026-03-30 22:15:08.830000000 +0000
|
|
@@ -2,7 +2,6 @@
|
|
|
|
import os
|
|
import sys
|
|
-import pkg_resources
|
|
|
|
extensions = [
|
|
'sphinx.ext.autodoc',
|