14
0
forked from pool/python-rdflib

- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=72
This commit is contained in:
2024-11-22 09:38:09 +00:00
committed by Git OBS Bridge
commit b45584ca42
8 changed files with 758 additions and 0 deletions

13
sphinx8.patch Normal file
View File

@@ -0,0 +1,13 @@
Index: rdflib-7.1.1/docs/conf.py
===================================================================
--- rdflib-7.1.1.orig/docs/conf.py
+++ rdflib-7.1.1/docs/conf.py
@@ -300,7 +300,7 @@ def autodoc_skip_member_handler(
"""
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#event-autodoc-skip-member
if (
- app.env.docname == "apidocs/rdflib"
+ app.env.docname in ["apidocs/rdflib", "apidocs/rdflib.namespace"]
and what == "module"
and type(obj).__name__.endswith("DefinedNamespaceMeta")
):