Files
macports-ports/python/py-pyobjc6/files/patch-docs-conf.py.diff
Sergey Fedorov 76276951b6 py-pyobjc6: port for old systems (#22292)
The current version of py-pyobjc is unsupported on old systems.
Provide an alternative. Version has been advised by upstream:
https://github.com/ronaldoussoren/pyobjc/issues/587
2024-01-29 10:34:43 -05:00

11 lines
318 B
Diff

--- docs/conf.py.orig 2020-04-01 07:47:09.000000000 -0400
+++ docs/conf.py 2020-04-01 07:47:25.000000000 -0400
@@ -34,7 +34,6 @@
"sphinx.ext.ifconfig",
"sphinx.ext.extlinks",
"examples",
- "sphinx_sitemap",
]
extlinks = {"issue": ("https://github.com/ronaldoussoren/pyobjc/issues/%s", "issue ")}