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:
13
sphinx8.patch
Normal file
13
sphinx8.patch
Normal 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")
|
||||
):
|
Reference in New Issue
Block a user